stated
v1.3.2
Published
Send stats and metrics to Stated.io (API library)
Maintainers
Readme
Stated.io API library
Send your stats, events and metrics to Stated.io with this node.js API library.
Requires a (free) Stated.io account.
Installation
npm install statedUsage
var stated = require('stated');
stated.send_count( '[email protected]', 'item-purchase-silver', 3 );
stated.send_value( '[email protected]', 'item-puchase-cost', 339.49 );View
You can view your stats within seconds on your dashboard at Stated.io
