1.3.2 • Published 10 years ago
stated v1.3.2
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 stated
Usage
var stated = require('stated');
stated.send_count( 'your@email.com', 'item-purchase-silver', 3 );
stated.send_value( 'your@email.com', 'item-puchase-cost', 339.49 );
View
You can view your stats within seconds on your dashboard at Stated.io