App that allow you to stole that playlist that you love but have that song that you hate but you can't delete it and you don't have Spotify desktop version.
git clone https://github.com/jonathangomz/playlist-cloner.git
cd playlist-cloner
npm install
Create the .env.local
file and add the next variables:
CLIENT_ID
CLIENT_SECRET
CALLBACK
Note: To obtain the variables you have to create a new app on the Spotify developer dashboard.
npm run dev
Open http://localhost:3000 with your browser to see the result.