0.0.4 • Published 3 years ago

metrotransit v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

MetroTransit NextTrip

Typescript Metro Transit API wrapper for the Minneapolis / St.Paul Nextrip web service as defined at https://svc.metrotransit.org/nextrip

From the Metro Transit Site:

The NexTrip API is a real-time transit departure data web service for third-party application developers using Metro Transit information. NexTrip departure information updates every 30 seconds.

Help conserve our bandwidth and server resources by writing your applications responsibly. Third party applications should not update departure information more frequently than every 30 seconds. Applications making excessive calls and updating more frequently than 30 seconds will be subject to restriction.

See also http://svc.metrotransit.org/nextrip/help

Usage

import { getProviders, Provider } from "metrotransit";

const providers: Provider[] = await getProviders();
0.0.3

3 years ago

0.0.4

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago