Web based Spotify playlist controller
- Node.js ^20.11.0
- Spotify Premium Account
- GUI Browser
-
Clone this repository to your local machine.
-
Install dependencies using
yarn
. -
Go to your Spotify Dashboard and create a new application for this bot.
-
Add
http://localhost:5555/callback
to Redirect URI. -
Copy both the Client ID and Client Secret from your newly created Spotify application.
-
Copy
.env.sample
as.env
to the root directory of this project. -
Fill in contents on the
.env
as it is guided. -
Run server using
yarn deploy
. -
Follow the instructions when browser opens
-
Get your internal private IP address and share
http://${privateIP}:5555
or expose port5555
to others