noit_client

0.1.0 • Public • Published

Noit Client

A client interface for Reconnoiter

How to Install

npm install noit_client

Simple to Use:

var client = require('noit_client').NoitClient;
// values for key, cert, ca are passed here
var noit_client = new client('127.0.0.1', '8900', key, cert, ca);
 
noit_client.getVersion(function(err, response){
  if (response) {
   console.log("getNoitVersion Response: ", response)
  }
})

Noit operations supported

License

noit_client is distributed under the Apache License 2.0.

Readme

Keywords

none

Package Sidebar

Install

npm i noit_client

Weekly Downloads

4

Version

0.1.0

License

none

Last publish

Collaborators

  • lekhajee
  • nachiket