This website allows you to track the whereabouts of the buses and what route they are on
- Install the deps
- pandas
- requests
- folium
- flask_cors
- flask
- gtfs-realtime-bindings
- Run the mapbuilder once
- Setup a cron job to run the map builder every 45 minutes
- Run the bus_realtime_server
- Serve the api server on a subdomain of your choice
- Edit the api url in mapbuilder
- Run the mapbuilder manually
- Daemonize the api server
- Serve the html page