@jumio/perform-node
v0.0.1
Published
Welcome to Jumio's official Node.js SDK for the Perform Netverify API.
Downloads
1
Keywords
Readme
Jumio Perform API Node.js SDK [Beta]
Welcome to Jumio's official Node.js SDK for the Perform Netverify API.
Please refer to the Perform Netverify API Integration Guide for detailed information on required verification parameters and allowed values.
This project is currently in Beta phase.
Installation
The SDK can be added as a dependency to your Node.js project using either
yarn add @jumio/perform-node
or
npm i @jumio/perform-node
Integration
Please refer to the Example Integration below for details on how to integrate the SDK into your Node.js project and to perform a verification.
Example Integration
An example integration can be found in the Perform Node Code Repo.
In order to configure the sample code and perform a verification:
- Clone the repository to a local directory
- Run npm install
- Take a look at the sample integration code in ./example/index.ts
- Copy ./example/config.skel.ts to ./example/config.ts and populate with your own API credentials and user agent
- Execute npm run example
- Once complete, the outcome of the verification will be logged to the console