Sync music broadcasts from Spotify to VK
- Get VK access token using this page (click VK Admin, login, allow and copy
accessToken
from the address field). - Create a new application on Spotify Developer and get a new
clientId
andclientSecret
. - Fill theese values into variables in the beginning of
index.js
. Choose a port for your app. - Decide where to deploy an application. After that, setup your callback URL in your Spotify app settings. Then change it in
index.js
(line 30). - Enter URL of your app in your browser and pass Spotify auth.
That's it.
- Captcha check
- Heroku deploy instructions