Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 595 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 595 Bytes

Spotify Playlist Generator

Running the app

  1. Export the flask environment variable export FLASK_APP=app.py
  2. Run with flask run
  3. If debug mode needs to be enabled for dev, export FLASK_DEBUG=1

Note 1: As usual, activate your virtualenvironment and install requirements before attempting to run the app source venv/bin/activate then pip install -r requirements.txt Note 2: Update config with the spotify app client id and client secret values. Update the secret key to a random string while at it too.

Live Demo

https://sample-playlist-generator.herokuapp.com/