Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 678 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 678 Bytes

Open bus ranking app

Netlify Status

This app is created by the volunteers of Public Knowledge Workshop

Developers:

Running the project:

  • clone the repo
  • yarn install
  • yarn start

Generating OpenAPI client:

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