Skip to content

NodeJS Library for interacting with the Blue State Digital Tools 💎

License

Notifications You must be signed in to change notification settings

Elizabeth-Warren/bsd-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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...

About

NodeJS Library for interacting with the Blue State Digital Tools 💎

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published