0.0.1 • Published 12 years ago

unmagnify v0.0.1

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

Overview

This is a very simple Node.js client for Unmagnify. At the moment it supports updating your sequences, but not creating new sequences, etc. (feel free to fork and add! :)

Installation

npm install unmagnify

Usage

Create a client, with configuration:

var unmagnify = require('unmagnify');

var client = unmagnify.create({
  token: '<your token here>'
});

client
  .registerSequence('users', '<sequence id>')
  .registerSequence('sales', '<sequence id>');

and then update your plots using their registered names:

client.plot('users', 280675, [callback]);

(callback is an optional function which taking an err argument, which will be called when the plot has completed)

Enjoy!

0.0.1

12 years ago

0.0.0

12 years ago