/Traffic-Markers

Traffic Markers is an app that allows you to drop markers at your locations on the map.

Primary LanguagePythonMIT LicenseMIT

Description

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.

Demo

Traffic Markers

Requirements

Python 2.7+

Download

Quick start

  1. Install dependencies by running pip install -r requirements.txt.
  2. Execute the command: python app.py
  3. Point your browser to http://localhost:5000
  4. Go to Login page

Further help

To get more help check out the Flask web framework.