A Ruby wrapper of the NYC Metropolitan Transit Authority (MTA) Real-Time API.
This will query the XML API and return simple Ruby hashes.
api = MTA::API.new
api.get_service_advisories
Returns all of the service advisories currently in effect.
Queries the Lost Property Endpoint to return a list of lost property categories and their counts.