0.0.3 • Published 12 years ago

fnord-client v0.0.3

Weekly downloads
11
License
-
Repository
github
Last release
12 years ago

fnord-client

nodejs client module to the great fnordmetric server

https://github.com/paulasmuth/fnordmetric

Example Usage

var fnord = require('./fnord.js'); fnord.init(param, function(){ winston.log('Stats ready')});

where param should have

param.redis = {port:port, host:host, options:options};

To send an event

//fnord example fnord.set_name('username',); fnord.set_picture(image_url,); fnord.send({_type:<event_type>, url:<event_url>, _session:});

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago