This app is created by the volunteers of Public Knowledge Workshop
- clone the repo
yarn install
yarn start
The app uses the stride api, which is an OpenAPI endpoint that exposes public bus data. The api clients are auto-generated, and may need regenerating as the api changes. to generate the api client:
yarn generate:openapi