See your local TfL train station arrivals board in your status bar! It's a MacOS app, but the API layer is built with Kotlin Multiplatform for the flexibility to add more UI targets later.
- 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