Use the Transit API to show next departure of a location in big for a TV context.
Warning
Transit TV was built by the Transit team as a fun project to demo our API, usage of this project comes with no garantee of any kind.
- Request API access
Go the the Transit API page and request access to the an API key. Keep in mind that to have a Transit-TV running 24/7 you'll need a paid API key as the free plan won't be enough. When you have the API key, you can place it in the .env
file.
- Test locally
Assuming you have node and pnpm installed (we recommend using nodenv
to follow the .node-version
file)
pnpm i
pnpm build
pnpm start
Then follow the instructions and open http://localhost:8080
- Deploy somewhere!
You should be ready to deploy somewhere if you want to use it for a longer amount of time.
This project was built mostly for fun and hasn't been updated recently and needs some love. PRs welcome!