real time listening status based on Spotify
Learn how to create a Spotify Developer API Key because you will need this later.
git clone https://github.com/ReLoia/mySpottyAPI.git /path/to/mySpottyAPI
cd /path/to/mySpottyAPI
npm install
node index.js
git clone https://github.com/ReLoia/mySpottyAPI.git /path/to/mySpottyAPI
cd /path/to/mySpottyAPI
docker-compose up
To login to spotify and load the current playing song, you need to access the following URL:
/log-in
After logging in, you will be redirected to / and everything should start working.
