@ewarren/bsd-node

1.0.1 • Public • Published

bsd-node

NodeJS Library for interacting with the BSD Tools.

Setup

$ npm install @ewarren/bsd-node

Usage

Convert a two-letter code to the name of a state

const bsd = require('@ewarren/bsd-node');

const bsdClient = bsd('client.bsd.net', 'your_app_id', 'your_app_secret');

const response = await client.get('/page/api/signup/list_form_fields', {
  'signup_form_id': '123',
});

console.log(response.statusCode);
console.log(response.data.api.signup_form_field);

Local development

Coming soon...

Readme

Keywords

none

Package Sidebar

Install

npm i @ewarren/bsd-node

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

5.05 kB

Total Files

5

Last publish

Collaborators