codeforboston / MBTA-API-API

An API for your MBTA bus API
MIT License
10 stars 3 forks source link

cache responces for 10 seconds #1

Closed calvinmetcalf closed 11 years ago

calvinmetcalf commented 11 years ago

the api is rate limited to one request every 10 seconds so if you request again before 10 seconds are up it should just give you the old response.

calvinmetcalf commented 11 years ago

done