Skip to content

AnthonyBloomer/recommender-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Music Recommender

Music recommendation client powered using the Spotify Recommendations API.

View on Heroku: https://music-recommender1.herokuapp.com

Development

Export the following environment variables:

export SPOTIFY_CLIENT_ID=''
export SPOTIFY_CLIENT_SECRET=''
export YOUTUBE_API_KEY=''

Install the requirements:

pip install -r requirements.txt

Launch a development server:

python app.py

Run in production:

gunicorn -w 4 app:app