Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 722 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 722 Bytes

Spotify Phrases

This is a simple web app for converting a phrase into a list of Spotify tracks.

Screen Shot 2021-10-07 at 19 52 07

How to run locally

Python 3.9+ is required !

  1. Create a virtual environment:python -m venv venv (optional)
  2. Source virtual environemnt: source venv/bin/activate (optional)
  3. Install required packages: pip install -r requirements.txt
  4. Create .env file based on template.env with Spotify credentials
  5. Start Flask app: flask run