Generates a random playlist of 30 songs for your spotify account
Instructions
- git clone
- cd SotifyRandomPlaylistGenerator
- npm install
- npm install express
- npm install spotify-web-api-node
- Modify AuthServer.js to add your own developer spotify clientID and client secret.
- node AuthServer.js
- visit http://localhost:8888/login in your browser to obtain OAuth2 access token
- paste access token in randGenerator.js
- node randGenerator.js and volia your very own randomly generated playlist will be added to your spotify account
This project is still a bit of a WIP and my first solo project outside of class so please be kind. Lots more ideas to come