Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 405 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 405 Bytes

BART TV

Experimenting with Apple TVML / TVJS JavaScript apps. Real time departure information for San Francisco BART system.

Better documentation will follow.

This uses MapBox static maps API, so you will need to get a key for MapBox and set the environment variable MAPBOX_API_KEY before starting the Node server.

To start the server:

cd server
npm install
npm start

demo