Skip to content

FranciscoKnebel/spotify-player

Repository files navigation

Spotify Player

Spotify Wrapper Player Screenshot

Build Status Coverage Status Issues

This application uses the spotify-wrapper-api library to get album data from Spotify.

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. Create your Spotify Web API access token at Spotify.
  2. Clone the repository.
  3. Add your token on src/spotify.js. This token has a short life, so you will need to renew it.
  4. Install the dependencies with npm install.
  5. Run the 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

Francisco Knebel
Francisco Knebel

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