An open API service indexing awesome lists of open source software.

https://github.com/rybinden/musicstation

music web application
https://github.com/rybinden/musicstation

Last synced: 5 months ago
JSON representation

music web application

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
```