0.0.2 • Published 7 years ago

iris-client v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

node-iris

This is a library for communicating with the Iris API.

Usage

npm install node-iris

Use:

this will work with the pre-seeded data, created by following the instructions

var ic =require('./app.js');

config = {
  app   :  "test-app",
  key   :  "sdffdssdf",
  url  :  "http://127.0.0.1:16649/v0"
}

IrisClient = new ic(config);
try{
  // Create an incident
  IrisClient.incident('demo-test-foo', {foo:"bar"});

  // create a notification
  IrisClient.notify(
      'demo-test-foo'
    );
}catch(err){
  //do something with error
  console.log(err)
}

Contributing

License is MIT. I really don't care how the PR's come as long as I can read what the change is and you include a reason why

This project is dedicated to amazing success and talent of a #nastyWoman #womenInSTEM