tdmetrics

0.0.3 • Public • Published

#TDMetrics - NodeJS Wrapper

NodeJS module to send metrics to TotenDev's Metrics

Build Status

Requirements

Installation

Install with npm some dependencies

$ npm install

##Usage

var Metrics = require('./TDMetrics.js')({projectID:"99",auth:"Basic dedewdewdew",host:"totendev.com",port:"8080",path:"/"});
Metrics.sendMetric("Status 202","202","Info","/index.html",function (resp,ok) { console.log(resp,ok); });
setTimeout(function () { console.log("Timed out"); },5000);

If you don't know what this parameters are please read How it works.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

##License

GPL v3

Readme

Keywords

none

Package Sidebar

Install

npm i tdmetrics

Weekly Downloads

0

Version

0.0.3

License

GPLv3

Last publish

Collaborators

  • totendev