Skip to content

unixfox/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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.2%
  • JavaScript 2.8%