Try it out: https://spotify.josiahbruner.com
Creates a playlist sampled from all songs in your library AND in playlists you follow.
Can now also be used to rename autogenerated album-based Spotify playlists (e.g. "My Playlist #ABC" --> "Coldplay - Parachutes")
- Register a new spotify app on the dashboard: https://developer.spotify.com/dashboard/login
- Clone the repo
- Install npm
- Install npm dependencies using npm install
- Set spotify environment variables:
export SPOTIFY_CLIENT_ID=<ID>
export SPOTIFY_CLIENT_SECRET=<SECRET>
export SPOTIFY_REDIRECT_URI=<URI>
- Run using:
node app/app.js
- Navigate to 0.0.0.0:8888 in your browser.