adventize

0.0.5 • Public • Published

Adventize Node.js SDK Build Status

Install from npm:

npm install adventize

Usage:

var Adventize = require('adventize');

var api = Adventize.create({
    app_id: [your app id],
    secret_word: [your secret word],
});

api.fetch({
    some_param: "[some value]"
}, function(error, data) {
    if (error) {
        // output error
        console.log(error);
        return;
    }
    // success
    console.log(data);
});

Required request params listed at protocol documentation.

Dependents (0)

Package Sidebar

Install

npm i adventize

Weekly Downloads

1

Version

0.0.5

License

none

Last publish

Collaborators

  • adventize