Skip to content

Latest commit

 

History

History
69 lines (39 loc) · 2.09 KB

File metadata and controls

69 lines (39 loc) · 2.09 KB

Incode Logo

Incode Node.js Samples

Node.js samples for Incode API products:

Samples include Web Hook Implementations:

  • Creating an session and access token for web and mobile clients
  • Creating onboarding URL links
  • A basic Web Hook implementation for accessing onboarding results

Incode Samples

To browse ready to use code samples check Incode Samples.

Setup

Prerequisites

  1. Install Node.js version 18 or greater

  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.