No description
Find a file
2023-02-01 18:13:35 +00:00
config refactor with linting 2017-11-24 15:37:03 +00:00
public fix styling 2017-11-27 17:42:50 +00:00
scripts refactor with linting 2017-11-24 15:37:03 +00:00
src Update uiActions.js 2020-06-22 17:56:31 +01:00
.eslintignore refactor with linting 2017-11-24 15:37:03 +00:00
.eslintrc add linter 2020-04-10 11:33:23 +01:00
.gitattributes add git attributes 2019-09-11 16:58:39 +01:00
.gitignore first commit 2017-11-21 07:11:17 +00:00
.prettierrc add linter 2020-04-10 11:33:23 +01:00
browser.png update screenshots with sound control 2017-11-27 17:52:32 +00:00
LICENSE Create LICENSE 2017-12-13 11:44:09 +00:00
package-lock.json Bump electron from 9.0.4 to 9.3.1 2020-10-06 18:35:51 +00:00
package.json Bump electron from 9.0.4 to 9.3.1 2020-10-06 18:35:51 +00:00
README.md Update README.md 2023-02-01 18:13:35 +00:00
songs.png update screenshots with sound control 2017-11-27 17:52:32 +00:00

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.