LiveMuni is a realtime visual bus tracking app that identifies optimal route choice between a user and their destination.
- Click on your destination location
- Nearby bus routes and stops are shown with stops near your destination
- Stop arrival times are updated as buses approach
- Monitor bus locations as they approach the stop
- Refresh your GPS location if you're on the move
LiveMuni empowers transit riders to make informed decisions about their choice of Muni bus.
0.9
See it live at LiveMuni.com
LiveMuni requires a number of open source projects to work properly:
- D3 - Data binding and visualization
- node.js - Evented I/O for the backend
- Express - Fast node.js network app framework
- MongoDB - NoSQL database with geospatial querying
- Google Maps - Map, scaling & traffic laws
- NextBus - Raw GPS data
git clone https://github.com/rps/livemuni
cd livemuni
npm install
grunt