Skip to content

A simple web app that picks a random album from your spotify listening history.

Notifications You must be signed in to change notification settings

jindrazak/spotify-album-of-the-day

Repository files navigation

Spotify Album of the Day

Google Cloud Run

A simple web app that picks a random album based on your previous listening tastes on Spotify.

Secrets

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

Development

Simply start the Node.js container using docker-compose:

docker-compose up

About

A simple web app that picks a random album from your spotify listening history.

Topics

Resources

Stars

Watchers

Forks