Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

How to run the examples

  1. Check you have node and npm installed.
node --version
npm --version
  1. Install dependencies.
npm i
  1. Update app token values.
const SUMSUB_APP_TOKEN = '';
const SUMSUB_SECRET_KEY = '';
  1. Run the examples.
node AppTokenJsExample.js