Code4HR / hrt-bus-api

API and Map app that transform, store, and expose HRT Bus data through a RESTful HTTP endpoint. Python, Heroku, @bschoenfeld
api.hrtb.us/api
17 stars 13 forks source link

Add api for stop info by id #56

Closed bschoenfeld closed 11 years ago

bschoenfeld commented 11 years ago

This API call allows a user of the bus finder app to enter a stop by id. The app uses this API call to get the complete stop info from just the stop id. The complete stop info is then displayed to the user (stop name and location) along with the upcoming arrivals.