Skip to content

Latest commit

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

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?

varReportr=require("reportr-api");// Create a client instancevarclient=newReportr({host: "http://example.com",auth: {username: "Me",password: "test"}});// Post an eventclient.postEvent("test",{a: 1});

About

Reportr Client API for Node

Resources

Stars

4 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages