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.
-
Clone the repository
-
Copy
.env.sample
to.env
and fill in theVERISOUL_API_KEY
andVERISOUL_PROJECT_ID
value before sourcing the file.
cp .env.sample .env
- Install dependencies
npm install
- Run the app at
http://localhost:3000
npm start
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.