Skip to content

talcual/transit_api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transit API

Import GTFS dataset into a postgres database and provides a REST API

Setup

After the installation of the rails-api application, place the gtfs files inside the public/gtfs directory and run

rake import_gtfs

Contributing

  1. Fork it

  2. Create your feature branch (‘git checkout -b my-new-feature`)

  3. Commit your changes (‘git commit -am ’Add some feature’‘)

  4. Push to the branch (‘git push origin my-new-feature`)

  5. Create new Pull Request

About

rails-api application that allows you to import a GTFS dataset into a postgres database and offer a REST API for the public transportation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 78.1%
  • HTML 21.9%