jotform-api-nodejs

0.0.2 • Public • Published

jotform-api-nodejs

##What's this?

A Client for Jotform API written for NodeJS It was developed with promise pattern according to CommonJS Promise Interface using Request and Q

##Example

var jotform = require("jotform-api-nodejs")

jf.options({ debug: true, apiKey: "YOUR_API_KEY" });

jf.getUser() .then(function(r){ /* successful response after request / }) .fail(function(e){ / handle error */ }

See Documentation for full list of methods available

Readme

Keywords

none

Package Sidebar

Install

npm i jotform-api-nodejs

Weekly Downloads

1

Version

0.0.2

License

MIT

Last publish

Collaborators

  • diki