CUMTD Bus Visualizer
A small Flask app that maps out the current locations of CUMTD's busses.
Live Demo: https://cumtd-bus-visualizer.herokuapp.com/
Data collected from the CUMTD (Champaign-Urbana Mass Transit District) API
Usage
- Run the following set of commands to grab the repo and install the Python dependencies.
git clone https://github.com/benjamincongdon/CUMTD-Bus-Visualizer
cd CUMTD-Bus-Visualizer
pip install -r requirements.txt
- Run
python run.py
to start the server. - Navigate to
localhost:5000
in your browser.