formstack-web-api-node
v0.1.0
Published
Node.js wrapper for Formstack API
Downloads
11
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