Create README.md
This commit is contained in:
parent
327e0f95d1
commit
61c25ec3fb
1 changed files with 18 additions and 0 deletions
18
README.md
Normal file
18
README.md
Normal 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``
|
Loading…
Add table
Reference in a new issue