A simple web app that picks a random album based on your previous listening tastes on Spotify.
In order to make the communication with Spotify API work, you need to provide these secrets to the Docker container:
SPOTIFY_CLIENT_ID
SPOTIFY_CLIENT_SECRET
SPOTIFY_REDIRECT_URI
Simply start the Node.js container using docker-compose
:
docker-compose up