Never miss your train again!
This is a React Native app that shows updated train times for Metrolinx GO trains in Ontario, Canada.
I created this app to check platform numbers and train length on the fly. Too often I missed the train by taking a minute too long to check the screen for platform number or not accounting for the train being short and needing to run across the platform.
This app consumes smartGO-api, which works by combining scheduled routes from published GTFS data with realtime updates from Metrolinx's GO API.
- Clone the repository
git clone https://github.com/eilayk/smartgo-app- Install dependencies
cd smartgo-app
npm install- run with expo
npm run start