0.0.5 • Published 7 years ago

broscript v0.0.5

Weekly downloads
9
License
-
Repository
-
Last release
7 years ago

#Getting started

BroScript SDK

Installation

The SDK relies on Node Package Manager (NPM) being available to resolve dependencies.

npm i broscript

Usage

The following shows how import and use the controller:

  1. Import the module:

    var broscript= require('broscript');
  2. Configure any authentication parameters. For example:

    broscript.config.userKey = user_key;
    broscript.config.scriptKey = script_key;
  3. Use methods:

    broscript.api.answers(...);
    broscript.api.templates(...);
    //...
0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.1

7 years ago

0.0.2

7 years ago