spotify-webplayer-token
A better experience than Spotify API and a script that can be used for all access.
This project, inspired by enriquegh project.
Installing
npm install spotify-token
Usage
To get a cookie:
- You can use any cookie application. Since I'm using Chrome, I'll use EditThisCookie.
- Let's login to Spotify from this address.
- After logging in, open the EditThisCookie plug-in; Let's copy the values of
sp_dc
andsp_key
. - Done!
Let's add it to the code now (sp_dc and sp_key)
For example:
const spotify = ; spotify;
Developer
License
MIT