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.sampleto.envand fill in theVERISOUL_API_KEYandVERISOUL_PROJECT_IDvalue before sourcing the file.
cp .env.sample .env- Install dependencies
npm install- Run the app at
http://localhost:3000
npm startComprehensive 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.