New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

jotform

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jotform

jotform API nodejs client

  • 0.1.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3.4K
increased by6.81%
Maintainers
2
Weekly downloads
 
Created
Source

jotform-api-nodejs

JotForm API - NodeJS Client

Installation

npm install jotform

Documentation

You can find the docs for the API of this client at http://api.jotform.com/docs/

Authentication

JotForm API requires API key for all user related calls. You can create your API Keys at API section of My Account page.

Examples

var jotform = require("jotform")

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

jotform.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 04 Jan 2016

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc