Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Pau1fitz/react-spotify
Spotify React / Redux π€πΊπΈπ·
https://github.com/Pau1fitz/react-spotify
music react redux spotify-api
Last synced: 25 days ago
JSON representation
Spotify React / Redux π€πΊπΈπ·
- Host: GitHub
- URL: https://github.com/Pau1fitz/react-spotify
- Owner: Pau1fitz
- License: mit
- Created: 2017-11-21T07:10:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-01T18:13:35.000Z (almost 2 years ago)
- Last Synced: 2024-11-05T20:07:12.020Z (about 1 month ago)
- Topics: music, react, redux, spotify-api
- Language: JavaScript
- Homepage: https://pau1fitz.github.io/react-spotify
- Size: 4.24 MB
- Stars: 1,284
- Watchers: 37
- Forks: 208
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React-Spotify πΊπΈπ»π€
This is `React-Spotify` - a React front end client that communicates with the Spotify API.
See it in action [here](http://pau1fitz.github.io/react-spotify)
![alt text](https://github.com/Pau1fitz/react-spotify/blob/master/songs.png "Song")
![alt text](https://github.com/Pau1fitz/react-spotify/blob/master/browser.png "Browse")
If you wish to run the code locally run the following.
```
npm
npm start
visit http://localhost:3000
```You can also run as an electron app by running `npm run electron-start`.
Please note that the Spotify API only provides 30 second audio snippets. It may be possible to get the full track by using the [Web Playback SDK](https://beta.developer.spotify.com/documentation/web-playback-sdk/).
### License
Released under the MIT License.
Check [LICENSE.md](https://github.com/Pau1fitz/react-spotify/blob/master/LICENSE) for more info.