A web app to generate Spotify workout playlists (visit me at crushendo.com).
Get Spotify credentials from here and
place them in config/secrets.js
(follow config/secrets.js.example
as
a guide).
npm install
npm start
docker build -t crushendo .
docker run -p 3000:80 crushendo