/spotify-wrapper-player

A project that creates a player using spotify-wrapper lib

Primary LanguageJavaScriptMIT LicenseMIT

Spotify Wrapper

A player to work with the lib spotify-wrapper.

This project was developed to learn about Javascript with Test Driven Development (TDD).

Installing

Get a new token on Spotify Web API and change src/Spotify.js token value with it.

Install node depencies

npm install

Run

npm start

Authors

  • Kauan Mocelin

License

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

Acknowledgments

  • Thanks to Willian Justen for your great course about Javascript with TDD.