Lofi-Streams is a Flask based lofi stream player.
- Linux or Windows or macOS
- Python 3.3 and up
$ pip install -r reqs.txt
$ python app.py
$ virtualenv lofistreams
$ . lofistreams/bin/activate
$ pip install -r reqs.txt
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.