https://github.com/rybinden/musicstation
music web application
https://github.com/rybinden/musicstation
Last synced: 5 months ago
JSON representation
music web application
- Host: GitHub
- URL: https://github.com/rybinden/musicstation
- Owner: RybinDen
- Created: 2020-12-18T04:56:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-18T13:39:28.000Z (almost 5 years ago)
- Last Synced: 2025-02-27T01:51:36.705Z (over 1 year ago)
- Language: HTML
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Web app for listening internet radio and etc services.
Currently, only the radio is working.
## run app
```
pip install -r requirements.txt
for Windows: set FLASK_APP=musicstation
for linux: export FLASK_APP=musicstation
flask run
```