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

BusFinder Web App in Backbone #17

Closed bschoenfeld closed 11 years ago

bschoenfeld commented 11 years ago

Rewrote the bus finder client in backbone. The code is more readable, but more importantly, we got routing! Every page of the application has a different URL, so users can refresh or bookmark a specific view in the app.

kmcurry commented 11 years ago

Huzzah!