1.0.0 • Published 4 years ago

jotform-api-nodejs-client v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
4 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

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago