New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

jotform-api-nodejs

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jotform-api-nodejs

jotform-api-nodejs ==================

latest
Source
npmnpm
Version
0.0.2
Version published
Weekly downloads
10
-16.67%
Maintainers
1
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 20 Jun 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts