metrotransit-nodetrip

0.0.1 • Public • Published

MetroTransit-NodeTrip

A node module for interacting with the MetroTransit NexTrip API

Setup and Installation

$ npm install metrotransit-nodetrip --save

Getting Started

const MTNT = require("./metrotransit-nodetrip");
const API = new MTNT();

// Get all providers
API.getProviders()
.then(providers => {
  console.log(providers)
})
.catch(error => {
  console.log(error)
});

More examples here

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i metrotransit-nodetrip

    Weekly Downloads

    3

    Version

    0.0.1

    License

    ISC

    Unpacked Size

    10.1 kB

    Total Files

    11

    Last publish

    Collaborators

    • aaron25mt