0.1.0 • Published 9 years ago

noit_client v0.1.0

Weekly downloads
15
License
-
Repository
github
Last release
9 years ago

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.