This Ruby on Rails application provides a JSON API representation of the data contained in a given GTFS feed from a local transit provider.
.env .env.{environment}.local, e.g. .env.development.localbundle installbin/rails db:createbin/rails db:migratebin/rails import:allThere may be certain attributes that are incorrect or missing in the GTFS file. The import:all task can apply corrections after the import has completed. To use this feature, copy overrides.yml.dist to overrides.yml and use the example to apply the needed changes.
Download our Postman Collection