https://github.com/gabrieldarezzo/spotify-player
https://github.com/gabrieldarezzo/spotify-player
es6 eslint javascript spotify spotify-wrapper
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gabrieldarezzo/spotify-player
- Owner: gabrieldarezzo
- License: mit
- Created: 2017-09-15T16:35:44.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-18T14:48:13.000Z (almost 9 years ago)
- Last Synced: 2024-12-27T05:41:58.546Z (over 1 year ago)
- Topics: es6, eslint, javascript, spotify, spotify-wrapper
- Language: JavaScript
- Size: 518 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://travis-ci.org/gabrieldarezzo/spotify-player)
[](https://coveralls.io/github/gabrieldarezzo/spotify-player)
# Spotify Wrapper Player

> This application uses [spotify-wrapper](https://github.com/willianjusten/spotify-wrapper) library to get informations and musics from Spotify. It was created on my [JS TDD course](https://willianjusten.com.br/cursos/) just for study purposes.
## Browser Support
This Application relies on [Fetch API](https://fetch.spec.whatwg.org/). And this API is supported in the following browsers.
 |  |  |  |  |
--- | --- | --- | --- | --- |
39+ ✔ | 42+ ✔ | 29+ ✔ | 10.1+ ✔ | Nope ✘ |
## How to Run
1. First go to [Spotify Developers API](https://developer.spotify.com/web-api/) and create your Token. Then add your token on [src/spotify.js](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](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
## Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/gabrieldarezzo/spotify-player/tags).
## Authors
| |
|:---------------------:|
| [Gabriel Darezzo](https://github.com/gabrieldarezzo/) |
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details