Prediction times for public transit. Made with React Native.
What you can do with TransitWhen:
- Obtain bus predictions for your transit of agency of choice (limited to what is supported by NextBus and currently only tested for the TTC)
- Subway predictions for the TTC are available
- Follow the React Native Guide for getting started building a project with native code. A Mac is required if you wish to develop for iOS.
- Clone or download the repo
yarn
to install dependenciesreact-native link
to link react-native dependenciesreact-native run-ios
to start the packager and run the app in the iOS simulatorreact-native run-android
to start the packager and run the app in the the Android device/emulator