jotform-api-nodejs-client

1.0.4 • Public • Published

JotForm Node Client

##Install

npm i @justaplant/pwettybuttons

or

yarn add jotform-api-nodejs-client

##Example

const JF = require('jotform-api-nodejs-client');
const API_KEY = 'your_api_key';
const client = new JF.Client(API_KEY);

(async function () {
  const result = await JF.User.getUser(client);
  const response = await result.json();
  console.log(response);
})();

Readme

Keywords

Package Sidebar

Install

npm i jotform-api-nodejs-client

Weekly Downloads

0

Version

1.0.4

License

none

Unpacked Size

13.5 kB

Total Files

12

Last publish

Collaborators

  • justaplant