https://github.com/veryfi/veryfi-lens-demo-vanillajs
https://github.com/veryfi/veryfi-lens-demo-vanillajs
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/veryfi/veryfi-lens-demo-vanillajs
- Owner: veryfi
- Created: 2024-01-19T18:21:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-21T20:51:26.000Z (over 1 year ago)
- Last Synced: 2025-01-12T11:14:32.210Z (9 months ago)
- Language: JavaScript
- Size: 5.68 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
![]()
[](https://opensource.org/licenses/MIT)
# Veryfi Lens for Web SDK Demo
Veryfi Lens for Web SDK is a framework for your web app to give it document capture superpowers in minutes.
This project is an example to showcase how you can integrate Lens SDK into your web app using vanilla js and node.
To get started, first make sure you have a valid credentials in `index.js`:
```
const CLIENT_ID = "YOUR_CLIENT_ID_HERE"; // make sure to keep them as a secret
const API_KEY = "YOUR_API_KEY";
const USERNAME = "YOUR_USERNAME";
```To start the app on port 3000:
```
npm start or node server.js
```