A Tidbyt app that shows the next arrivals at a given subway stop.
It's like the builtin NYC Subway app, but with the ability to show eight upcoming arrivals rather than only two.
Currently only available as a Tidbyt private app. You'll likely want to adjust the code first to choose your own stop.
Then, to push once to your device:
./bin/push
To upload as a private app:
./bin/upload
PR's welcome! I'd particularly appreciate a PR that adds support for dynamic configuration of the stop, so that you don't need to recompile the app to change the displayed stop.