Skip to content

Incode-Technologies-Example-Repos/nodejs-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •