Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonprickett/barttv
Experimenting with Apple TVML / TVJS JavaScript apps.
https://github.com/simonprickett/barttv
apple-tv apple-tvml bart-api mapbox nodejs
Last synced: about 2 months ago
JSON representation
Experimenting with Apple TVML / TVJS JavaScript apps.
- Host: GitHub
- URL: https://github.com/simonprickett/barttv
- Owner: simonprickett
- License: mit
- Created: 2016-05-08T07:14:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-04T16:48:29.000Z (about 7 years ago)
- Last Synced: 2024-08-29T18:36:49.217Z (4 months ago)
- Topics: apple-tv, apple-tvml, bart-api, mapbox, nodejs
- Language: JavaScript
- Homepage: https://simonprickett.dev/
- Size: 38.6 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](demo.gif)