formstack-web-api-node-fixed
v0.1.1
Published
Node.js wrapper for Formstack API - Fixed version of formstack-web-api-node
Downloads
6
Maintainers
Readme
Formstack Web API Node
Node.js wrapper for Formstack API v2.0
Requirements
- A valid Formstack account.
- A valid Formstack API V2 Application.
Installation
$ npm install formstack-web-api-node --save
Usage
var FsAPI = require('formstack-web-api-node');
var fsa = new FsAPI('YOUR_FS_APP_ACCESS_TOKEN');
Testing
- run all tests
$ npm test
- run particular test
$ mocha test/test-<regexp>
Release History
- 0.1.0 Initial release