A simple Flask app for streaming music
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them
Python 3
Flask
Tornado Web Server
Installing dependencies
pip install -r requirements.txt
Once all packages are downloaded and installed run.
python app.py
Open up your browser and visit
http://localhost:5000