Skip to content

Reregistered/fnord-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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',<session>);
fnord.set_picture(image_url,<session>);
fnord.send({_type:<event_type>, url:<event_url>, _session:<session>});

Installation

npm install fnord-client

About

nodejs client module to fnord server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published