0.0.1 • Published 4 years ago

@jumio/perform-node v0.0.1

Weekly downloads
35
License
MIT
Repository
-
Last release
4 years ago

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:

  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