Small player using the Spotify Web API. You can see it working here.
Project made for an assingment on the JS com TDD na Prática course.
It uses Webpack, Babel, SCSS, Jest, Bulma and Axios as main dependences.
Made with pure Javascript
Before running this project, copy the file config.example.js
, rename it config.js
and fill the fields with your data.
Run the command: npm install
Run the command: npm run lint
Run the command: npm run build
Run the command: npm run watch
Run the command: npm run test
Run the command: npm run test:tdd
- Pre-push: Check if test passes, lint errors and if coverage > 80%