reportr-api

2.0.0 • Public • Published

Node.js API Client

This module is a client for the reportr API. The APi is promsie based.

How to install it?

$ npm install reportr-api

How to use it?

var Reportr = require("reportr-api");
 
 
// Create a client instance
var client = new Reportr({
    host: "http://example.com",
    auth: {
        username: "Me",
        password: "test"
    }
});
 
// Post an event
client.postEvent("test", {
   a: 1
});

Readme

Keywords

none

Package Sidebar

Install

npm i reportr-api

Weekly Downloads

7

Version

2.0.0

License

none

Last publish

Collaborators

  • samypesse