Skip to content

labyrinthcritic/spotify-ranker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spotify Ranker

Spotify Ranker sorts tracks from the spotify API by an audio feature.

Development

To run the dev server:

  1. cd app
  2. npm install
  3. npm run dev

Building

Frontend

  1. cd app
  2. npm run build

The build results will be in dist/.

Backend

The backend is a python module. Ensure that the CLIENT_ID and CLIENT_SECRET environment variables are set properly and run python server.

Helpful sources