Skip to content

tlteresalam/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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 63.7%
  • TypeScript 30.6%
  • JavaScript 2.2%
  • CSS 2.0%
  • HTML 1.5%