Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 743 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 743 Bytes

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