0.0.3 • Published 5 years ago

@jproto/perform-node v0.0.3

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

Jumio Perform API Node.js SDK

Welcome to Jumio's official Node.js SDK for performing verifications with the Perform Netverify API.

Installation

The SDK can be added to your Node.js project using either

yarn add @jdemo/perform-node

or

npm i @jdemo/perform-node

Example Integration

An example integration can be found at the Perform Node Repo.

Please follow these steps to configure and run the sample code:

  1. Clone the repository to a local directory
  2. Run npm install
  3. Take a look at the sample integration code in ./example/index.ts
  4. Copy ./example/config.skel.ts to ./example/config.ts and populate with your own API credentials and user agent
  5. Execute npm run example
  6. Once complete, the outcome of the verification will be logged to the console
0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago