Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabrieldarezzo/spotify-player
https://github.com/gabrieldarezzo/spotify-player
es6 eslint javascript spotify spotify-wrapper
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gabrieldarezzo/spotify-player
- Owner: gabrieldarezzo
- License: mit
- Created: 2017-09-15T16:35:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-18T14:48:13.000Z (over 7 years ago)
- Last Synced: 2024-11-07T04:40:26.703Z (about 2 months 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
[![Build Status](https://travis-ci.org/gabrieldarezzo/spotify-player.svg?branch=master)](https://travis-ci.org/gabrieldarezzo/spotify-player)
[![Coverage Status](https://coveralls.io/repos/github/gabrieldarezzo/spotify-player/badge.svg)](https://coveralls.io/github/gabrieldarezzo/spotify-player)# Spotify Wrapper Player
![Spotify Wrapper Player Screenshot](example/screenshot.png)
> 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.
![Chrome](https://cloud.githubusercontent.com/assets/398893/3528328/23bc7bc4-078e-11e4-8752-ba2809bf5cce.png) | ![Firefox](https://cloud.githubusercontent.com/assets/398893/3528329/26283ab0-078e-11e4-84d4-db2cf1009953.png) | ![Opera](https://cloud.githubusercontent.com/assets/398893/3528330/27ec9fa8-078e-11e4-95cb-709fd11dac16.png) | ![Safari](https://cloud.githubusercontent.com/assets/398893/3528331/29df8618-078e-11e4-8e3e-ed8ac738693f.png) | ![IE](https://cloud.githubusercontent.com/assets/398893/3528325/20373e76-078e-11e4-8e3a-1cb86cf506f0.png) |
--- | --- | --- | --- | --- |
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://avatars2.githubusercontent.com/u/4562368?v=4&s=460)|
|:---------------------:|
| [Gabriel Darezzo](https://github.com/gabrieldarezzo/) |## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details