Skip to content

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

License

Notifications You must be signed in to change notification settings

tom-theret/instant-system.js

Repository files navigation

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