MobilityLab / TransitScreen

Transit screen configuration and display.
http://mobilitylab.org/2012/01/05/experimental-real-time-transit-screens-come-to-arlington-and-dc/
MIT License
132 stars 21 forks source link

Add API for car2go #47

Open TransitScreen opened 12 years ago

TransitScreen commented 12 years ago

Car2Go's API is here: https://code.google.com/p/car2go/wiki/index_v2_1

The method we care about is called vehicles. It returns a list including all vehicle lat/longs in either KML or JSON:

http://www.car2go.com/api/v2.1/vehicles

Each screen would have to filter based on distance from its own lat/long location.

I contacted car2go about getting a (API) consumer key on 9/16. As of 10/3 I have heard nothing.

TransitScreen commented 11 years ago

We finally have an API key so this can begin.