Skip to content

Latest commit

 

History

History
63 lines (46 loc) · 1.47 KB

README.md

File metadata and controls

63 lines (46 loc) · 1.47 KB

LiveMuni

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.

Version

0.9

Screenshot

screenshot

Demo

See it live at LiveMuni.com

Tech Stack

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

Installation

git clone https://github.com/rps/livemuni
cd livemuni
npm install
grunt

License

CC BY-SA-NC