Skip to content
QTran edited this page Mar 10, 2015 · 4 revisions

Miami Transit

Map data retrieved from Miami Transit website.

Goals

Client

  • Show all public transportation near a POI (point of interest).
  • Show all live bus locations and update as buses move

Server

  • Set up Heroku
  • Provide proxy to get around cross-site scripting limitation
  • Cache data from the Miami Transit website
  • Send data to client in easy to display format (JSON)

Completed

  • Show live bus locations statically.
  • Show routes and their colors.
  • Show bus stops.

Resources

Buses

http://www.miamidade.gov/transit/WebServices/Buses/?BusID=

Bus Routes

http://www.miamidade.gov/transit/WebServices/BusRoutes/?RouteID=

Bus Stops

http://www.miamidade.gov/transit/WebServices/BusRouteStops/?RouteID=302&Dir=Northbound

Clone this wiki locally