broscript

0.0.5 • Public • Published

#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(...);
    //...

Readme

Keywords

none

Package Sidebar

Install

npm i broscript

Weekly Downloads

4

Version

0.0.5

License

none

Last publish

Collaborators

  • bookin