/spotify-daily-shuffle

Shuffle playlists on Spotify to they are played randomly with Alexa

Primary LanguageRubyMIT LicenseMIT

Shuffles a playlist every 24 hours on Spotify. Useful when paired with a Alexa Speaker alarm.

Setup & Running Locally

Clone down the repo, install Docker.

ENVs

Copy the .env.sample file to .env, within that file the required credentials will be documented.

Docker

$ docker-compose build
$ docker-compose run --rm web bin/setup
$ docker-compose up