Skip to content

ebenoist/arrivalboard-api

Repository files navigation

Arrival::API

Backend API that allows for GEO queries against list of CTA stations

Requirements

Usage

bundle exec rake db:recreate
bundle exec rackup

Deploy

git push origin head:release
ENV=production script/deploy

curl "localhost:9292/v1/stations?lat=41.9234183&lng=-87.7021779&buffer=1000"

[
    {
        "route": "Blue",
        "station": "California",
        "destination": "O'Hare",
        "arrival_time": "2014-05-17T15:33:58-05:00"
    },
    {
        "route": "Blue",
        "station": "California",
        "destination": "O'Hare",
        "arrival_time": "2014-05-17T15:41:49-05:00"
    },
    {
        "route": "Blue",
        "station": "California",
        "destination": "Forest Park",
        "arrival_time": "2014-05-17T15:41:58-05:00"
    },
    {
        "route": "Blue",
        "station": "Logan Square",
        "destination": "O'Hare",
        "arrival_time": "2014-05-17T15:35:58-05:00"
    },
    {
        "route": "Blue",
        "station": "Logan Square",
        "destination": "Forest Park",
        "arrival_time": "2014-05-17T15:37:58-05:00"
    },
    {
        "route": "Blue",
        "station": "Logan Square",
        "destination": "O'Hare",
        "arrival_time": "2014-05-17T15:44:49-05:00"
    }
]

Contributing

  1. Fork it ( https://github.com/ebenoist/arrival-api/fork )
  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 a new Pull Request

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published