Skip to content

AndreiDMS/formstack-web-api-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Formstack Web API Node

Node.js wrapper for Formstack API v2.0

Requirements

Installation

From npmjs.com

$ npm install formstack-web-api-node --save

From github.com

$ npm install https://github.com/AndreiDMS/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

About

Node.js wrapper for Formstack API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published