spotify-vibe-check
spotify-vibe-check copied to clipboard
Spotify Vibe Checker Web App to vibe check your Spotify Playlists! (currently broken due to CORS)
spotify-vibe-check
This is a cheeky app to vibe check your spotify playlists!
Check it out at spotify.soneji.xyz

Setup
Step 1
git clone https://github.com/Soneji/spotify-vibe-check.git
cd spotify-vibe check
npm install
Step 2
-
Goto https://developer.spotify.com/dashboard/ and click
CREATE AN APP
-
Fill in details:

-
Choose
NON COMMERCIAL -
Accept Terms of Service
-
Click
Edit Settingsin the top right

-
Under
Redirect URIsaddhttp://localhost:8888/callbackor replacelocalhostwith any server hostname you plan to host this app. -
Click
Show Client Secretin the top Left
-
Copy
Client IDandClient Secrettotemplate.env -
Add a
redirect_uriif running on a server -
Rename
template.envto.env
Step 3
Run:
npm run test
to setup a local test server at http://localhost:8888/
(Optional) Step 4
This step is about running the software on a server with pm2 as a node process manager.
You will need to instlal pm2 to get this script to work. pm2 can be installed using:
sudo npm install pm2@latest -g
Run
npm run dist
which will set the app to run with pm2