A realtime transit display meant for a kiosk with no user interaction. It shows realtime arrivals of MUNI and BART transit vehicles for nearby stations, Uber wait times and weather.
You can see the Realtime Transit Display in use at transit.bn.ee. Optionally, a raspberry pi can be used to power the display.
On OS X you can use brew:
brew install node
npm install
Copy config-sample.json to config.json
cp config-sample.json config.json
Add your wunderground token and Uber token to config.js.
npm start
Visit http://localhost:3000
in your browser.
To setup a raspberry pi as a kiosk, see this post.
Selecting your local BART station and the local Muni routes are all detailed in main.js
located inside /public/javascripts/
Four letter BART Station codes are available here.
This project is licensed under GNU General Public License v3.0.