Create README.md

This commit is contained in:
Eduard Prigoana 2025-02-17 21:20:13 +02:00 committed by GitHub
parent 327e0f95d1
commit 61c25ec3fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

18
README.md Normal file
View file

@ -0,0 +1,18 @@
# Queue
this repository hosts the source code of my spotify queue manager application at [music.prigoana.com](https://music.prigoana.com/)
## Roadmap
- Switch to actual WSGI server
- Improve front-end
- add lastfm integration
- add next/previous track and pause/resume
## Deployment
NOTE: This won't work for you if you don't have Spotify Premium.
Download and extract the repository, open it, and replace the Spotify Client ID and Secret in ``.env`` with your own. You can generate your own [here] (https://developer.spotify.com/dashboard/).
install requirements using
```pip install -r requirements.txt```
then
``python app.py``