This is a Node.js app that provides a cross playlist shuffle feature for Spotify. This project uses the Implicit Grant OAuth 2.0 flow for authenticating against the Spotify Web API.
$ npm install
- Register app and get credentials from the Spotify for Developers Dashboard
- Replace the ENV variables
CLIENT_IDandCLIENT_SECRETwith the values from the Developer dashboard
$ node app.js
- Open
http://localhost:8888in a browser
