Spotify Setup
To use Spotify URLs to play music follow these steps.
Go to the Spotify's Developer Dashboard.
Click on Create an app.
Fill out the required info, then click on CREATE.
Copy the Client ID & paste it in the
SPOTIFY_ID
field in the.env
file.Back in the Dashboard, Click on SHOW CLIENT SECRET
Copy the Client Secret & paste it in the
SPOTIFY_SECRET
field in the.env
file.That's it.
Last updated
Was this helpful?