Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 910 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 910 Bytes

React-Spotify 🎺🎸🎻🎤

This is React-Spotify - a React front end client that communicates with the Spotify API.

See it in action here

alt text

alt text

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.

License

Released under the MIT License.

Check LICENSE.md for more info.