/spotify-player

:musical_note: A spotify player that uses js-spotify-wrapper-lib under the hood

Primary LanguageJavaScriptMIT LicenseMIT

Spotify Player

A spotify player that uses js-spotify-wrapper-lib under the hood.

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 of all, you should go to Spotify Developers API and create your Token. Remember: the token will expire in 60min
  2. Add your token on src/Spotify.js.
  3. Install the dependencies with npm i.
  4. Run your application with npm start.

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

Luiz Cláudio
Luiz Cláudio

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