All Projects → willianjusten → spotify-wrapper-player

willianjusten / spotify-wrapper-player

Licence: MIT license
An example using the spotify-wrapper lib to my JS TDD course.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Spotify Wrapper Player

Spotify Wrapper Player Screenshot

This application uses spotify-wrapper library to get informations and songs from Spotify. It was created on my JS TDD course just for study purposes.

Browser Support

This Application relies on Fetch API. And this API is supported in the following browsers.

Chrome Firefox Opera Safari IE
39+ 42+ 29+ 10.1+ Nope ✘

How to Run

  1. 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
  2. Install the dependencies with npm i.
  3. Run your application with npm start.

Something in the future?

  • Create authentication method to get Token
  • Show similar artists
  • Create player buttons (prev, pause/play, pause)
  • Show music timeline
  • Be creative =D

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

Willian Justen
Willian Justen

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].