This is the code for LogiMusic Server deployed on Heroku.
To configure the LogiMusic Server you require 3 major parameters' from the spotify developer account. You require following parameters -
- CLIENT_ID
- CLIENT_SECRET
- REDIRECT_URI
Visit the below url to configure your server. https://developer.spotify.com/documentation/web-api/
-
Create a .env file and paste these values.
CLIENT_ID= CLIENT_SECRET= REDIRECT_URI=
Refer to this link to know how to get them.
- Paste the following commands into preferred terminal.
git clone https://github.com/hidimpu/logimusic-server.git
cd logimusic-server
npm i
node server.js
Credits -