Skip to content

Latest commit

 

History

History
52 lines (27 loc) · 1.54 KB

README.md

File metadata and controls

52 lines (27 loc) · 1.54 KB

DEPRECATED REPO, NOT UPDATED ANYMORE

For information on the individual samples and their new location check their README files.

Incode Logo

Incode Javascript Samples

Incode Web SDK samples for Identity Verification:

Setup

Prerequisites

  1. Install Node.js (See sample folder for recommended version)

  2. Clone this repository:

     git clone https://github.com/Incode-Technologies-Example-Repos/nodejs-samples.git
    

How to run a sample

  1. Change directory to one of the sample folders, e.g. token-server:

     cd <repo root directory>/<sample folder>
    
  2. Install the sample's dependencies (see the sample's README for details):

     npm install
    
  3. Run the sample:

     npm run start
    

Other samples

The Vanilla Example is a frontend sample written without frameworks. It's a vanilla example of our Web SDK.

The React Example is a frontend React JS implementation sample.