eastein / metraapi

A Python library that makes it easy to find Lines, Stations, and Realtime arrival times for the Chicago Metra.
MIT License
1 stars 1 forks source link

Use RTA tracker site to get Lines #4

Closed eastein closed 8 years ago

eastein commented 8 years ago

This command is a start...

curl 'http://goroo.com/getRealTimeMetraRoutes.htm' -H 'Host: goroo.com'  -H 'Accept: application/json, text/javascript, */*; q=0.01'

Cross-reference that the same IDs for routes work in the other APIs I already have. This could help with no longer hardcoding.

eastein commented 8 years ago

This works now.