1.0.4 • Published 3 years ago

jotform-api-nodejs-client v1.0.4

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

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);
})();
1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago