Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikerogers0/spotify-daily-shuffle
Shuffle playlists on Spotify to they are played randomly with Alexa
https://github.com/mikerogers0/spotify-daily-shuffle
alexa bootstrap heroku rails ruby-on-rails webpack
Last synced: 4 months ago
JSON representation
Shuffle playlists on Spotify to they are played randomly with Alexa
- Host: GitHub
- URL: https://github.com/mikerogers0/spotify-daily-shuffle
- Owner: MikeRogers0
- License: mit
- Created: 2020-12-18T17:40:56.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-17T15:16:27.000Z (almost 4 years ago)
- Last Synced: 2024-10-06T04:39:11.126Z (4 months ago)
- Topics: alexa, bootstrap, heroku, rails, ruby-on-rails, webpack
- Language: Ruby
- Homepage: https://spotify-daily-shuffle.mikerogers.io/
- Size: 290 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Spotify Playlist Shuffler](https://spotify-daily-shuffle.mikerogers.io/)
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](https://hub.docker.com/editions/community/docker-ce-desktop-mac/).
### ENVs
Copy the `.env.sample` file to `.env`, within that file the required credentials will be documented.
### Docker
```bash
$ docker-compose build
$ docker-compose run --rm web bin/setup
$ docker-compose up
```