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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.5
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.5
    3
  • 0.0.4
    1
  • 0.0.3
    1
  • 0.0.2
    1
  • 0.0.1
    1

Package Sidebar

Install

npm i adventize

Weekly Downloads

7

Version

0.0.5

License

none

Last publish

Collaborators

  • adventize