For information on the individual samples and their new location check their README files.
Incode Web SDK samples for Identity Verification:
-
Install Node.js (See sample folder for recommended version)
-
Clone this repository:
git clone https://github.com/Incode-Technologies-Example-Repos/nodejs-samples.git
-
Change directory to one of the sample folders, e.g.
token-server
:cd <repo root directory>/<sample folder>
-
Install the sample's dependencies (see the sample's README for details):
npm install
-
Run the sample:
npm run start
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.