1.3.2 • Published 10 years ago

stated v1.3.2

Weekly downloads
7
License
ISC
Repository
-
Last release
10 years ago

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

1.3.2

10 years ago

1.3.1

10 years ago

1.3.0

10 years ago

1.2.0

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago