Import your VK playlist in .pls format to Spotify
Trashy try of import VK playlist into Spotify.
I’m not proud of this piece of code. At least it works.
I just want to make my VK playlist Great again.
If you friend somehow find this solution useful, and wana to use it on your .pls file… First of all Im sorry.
So. You need Node v10
.
Setup .env
:
Create .env
file in root dir of repo with:
HOST=127.0.0.1
PORT=3000
# Spotify Client Creds. Can get them here: https://developer.spotify.com/dashboard/ by creating new app.
CLIENT_ID=
CLIENT_SECRET=
npm install
or yarn
my_playlist.pls
file by your playlist file, or you can use my :)npm run start
or yarn start
127.0.0.1:3000/go
in your browser.If something went wrong, you can contact me, for sure.
And sorry :C