edson-junior / spotify-wrapper-player

🎵Music player for spotify's samples.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spotify Wrapper Player

🎵Music player for spotify's samples.

License: MIT Build Status Coverage Status Dev Dependencies

Screen Shot

This application uses spotify-wrapper library to get informations and songs from Spotify.

How to Run

Prerequisites

  • Create an application on Spotify.
  • Copy Client ID and Client Secret.
  • Add both Client ID and Client Secret to your variables.env file and remove the ".example" at the end.

Install the dependencies:

npm i

Run application:

npm run dev

Running the tests

You can run the Unit tests by typing:

npm run test

or

npm run test:tdd

To see code coverage, run:

npm run test:coverage

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

License

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

About

🎵Music player for spotify's samples.

License:MIT License


Languages

Language:JavaScript 75.1%Language:CSS 14.4%Language:HTML 10.5%