Traffic Markers is an app that allows you to drop markers at your locations on the map. The markers are graphic icons representing a picture of traffic accidents or traffic jams. It will provide you with an over all view of where various accidents are located relative to one another. With this visual, you can determine the easiest route to take in order to minimize your time or effort.
Python 2.7+
- Install dependencies by running
pip install -r requirements.txt
. - Execute the command:
python app.py
- Point your browser to
http://localhost:5000
- Go to Login page
To get more help check out the Flask web framework.