Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 690 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 690 Bytes

Instant-System.JS

A wrapper for the Instant System API used by many local transport companies.

This project is not affiliated with Instant System in any way.

Installation

npm install instant-system.js

Usage

const IS = require('instant-system.js');

IS.default.getNetworkV3(14).then((network) => {
    console.log(network);
});

Acknowledgements