idn_schools_client

0.1.8 • Public • Published

Node Wrapper for the InfraDigital Client APIs

A module that wraps IDN Client APIs.

Installing

Make sure you have Node.js installed and your in your projects working directory.

npm install --save IDN_client_node

This command will install the IDN node client in your current project and add it to your packages.json file

Running

You will need the username and password you recieved from IDN support. You can install the module like so:

let idn = require('./index.js');

And initialise the connection with IDN like so:

idn.init({
    	user : "YOUR_USERNAME",
    	pass : "YOUR_PASSWORD",
    	env  : "test"
    });

Documentation

Full API documentation is described here

Package Sidebar

Install

npm i idn_schools_client

Weekly Downloads

2

Version

0.1.8

License

ISC

Unpacked Size

18.5 kB

Total Files

3

Last publish

Collaborators

  • ian0
  • aris_s