To use Spotify URLs to play music follow these steps.
Go to the Spotify's Developer Dashboardarrow-up-right.
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.
SPOTIFY_ID
.env
Back in the Dashboard, Click on SHOW CLIENT SECRET
Copy the Client Secret & paste it in the SPOTIFY_SECRET field in the .env file.
SPOTIFY_SECRET
That's it.
Last updated 4 years ago