unmagnify

0.0.1 • Public • Published

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!

Readme

Keywords

none

Package Sidebar

Install

npm i unmagnify

Weekly Downloads

0

Version

0.0.1

License

none

Last publish

Collaborators

  • kolektiv