0.01
No release in over 3 years
Low commit activity in last 3 years
A Rails Engine to provide a basic RESTful interface for GTFS feeds. GTFS Spec: https://developers.google.com/transit/gtfs
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.1
~> 2.4
~> 0.9

Runtime

 Project Readme

gtfs_engine

gtfs_engine is a Rails Engine which will add GTFS support to your application. It provides both the resources and controller actions necessary to provide a RESTful interface to one or more GTFS data sets.

See sangster.github.io/gtfs_engine more more information on how to use this engine.

Sub-Components

This Rails Engine relies on the gtfs_reader rubygem to process the actual ZIP files in which GTFS data sets are provided.