A wrapper for the Instant System API used by many local transport companies.
This project is not affiliated with Instant System in any way.
npm install instant-system.js
const IS = require('instant-system.js');
IS.default.getNetworkV3(14).then((network) => {
console.log(network);
});
- Thanks to Instant System for providing the software and API.
- Thanks to Tom Niget (zdimension) for Instant System OpenAPI documentation.