A alternative Spotify-UI that adds functionality to shuffle through Saved Albums
After switching from Apple Music to Spotify I really missed a functionality to shuffle through all my saved Albums. This project solves this problem!
To run this project, you will need to add the following environment variables to your .env file
This project requires a id and secret from Spotify. SPOTIFY_ID
, SPOTIFY_SECRET
These can be optained here: Spotify Dashboard
To encrypt the JWT Token Auth.js requires a Environment Variable. NEXTAUTH_SECRET
A token can be generated using:
openssl rand -base64 32
Clone the project
git clone https://github.com/moritz-schuessler/shuffle-it.git
Go to the project directory
cd shuffle-it
Install dependencies
npm install
Start the server
npm run start