Skip to content

A sample app demonstrating how to integrate Verisoul in React

Notifications You must be signed in to change notification settings

verisoul/react-sample-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Verisoul React Sample App

Overview

The purpose of this app is to demonstrate Verisoul's Fake User Detection integration. The repository contains a create-react-app project that uses Verisoul's script tag verisoul alongside an Express API server.

To run the app a Verisoul API Key and Public Key are required. Schedule a call here to get started.

Getting Started

  1. Clone the repository

  2. Copy .env.sample to .env and fill in the VERISOUL_API_KEY and VERISOUL_PROJECT_ID value before sourcing the file.

cp .env.sample .env
  1. Install dependencies
npm install
  1. Run the app at http://localhost:3000
npm start

Questions and Feedback

Comprehensive documentation about Verisoul's Javascript SDK and API can be found at docs.verisoul.ai. Additionally, reach out to Verisoul at [email protected] for any questions or feedback.

About

A sample app demonstrating how to integrate Verisoul in React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published