An interactive map of San Francisco that displays the realtime positions of SF Muni buses and trains. The app uses data from the NextBus api [http://www.nextbus.com/xmlFeedDocs/NextBusXMLFeed.pdf] to display transit routes and vehicle positions.
- d3.js (data visualization)
- jQuery (ui / dom)
- Boostrap (front-end framework)
- npm (dependency management)
- Browserify / Watchify (node.js style requires for client)
- Clone repo
- npm install
- nodemon server.js
- watchify app.js -o bundle.js (from root/js)