Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 30 days ago
JSON representation

Experimenting with Apple TVML / TVJS JavaScript apps.

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)