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
});

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i reportr-api

    Weekly Downloads

    2

    Version

    2.0.0

    License

    none

    Last publish

    Collaborators

    • samypesse