Arrivals is a Kotlin Multiplatform project for live transit times. The first target is a MacOS status bar app. Supported data sources include:
- TfL API for London Underground, Overground, DLR, etc.
- MTA GTFS feeds for NYC Subway
- Custom GTFS feeds for other transit systems (many can be found here)
- Uses this incredible dot matrix display font: London Underground Typeface
- Powered by TfL Open Data
- OS data © Crown copyright and database rights 2016
- Geomni UK Map data © and database rights 2019
- Get a Transport for London API app key and add it as property in
shared/secret.properties
liketfl_app_key=YOURKEY
- Make sure you have a JDK configured at
$JAVA_HOME
- Run the project from Xcode