This application uses spotify-wrapper library to get informations and musics from Spotify. It was created on my JS TDD course just for study purposes.
This Application relies on Fetch API. And this API is supported in the following browsers.
39+ ✔ | 42+ ✔ | 29+ ✔ | 10.1+ ✔ | Nope ✘ |
- First go to Spotify Developers API and create your Token. Then add your token on src/spotify.js. Remember that the token will expire in 60min
- Install the dependencies with
npm i
. - Run your application with
npm start
.
- Create authentication method to get Token
- Show similar artists
- Create player buttons (prev, pause/play, pause)
- Show music timeline
- Be creative =D
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
Gabriel Darezzo |
This project is licensed under the MIT License - see the LICENSE.md file for details