Cross platform open-source music player
Add Spotify app params to the .env
file(see spotify_sdk setup guide):
SPOTIFY_CLIENT_ID=your_spotify_client_id
SPOTIFY_REDIRECT_URL=your_spotify_redirect_url
Because of this issue before running the web version start the proxy server:
cd web_proxy
npm install
node serv.js