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.local
bundle install
bin/rails db:create
bin/rails db:migrate
bin/rails import:all
There 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