n8n-nodes-deepidv
v0.2.5
Published
n8n community node to integrate with the DeepIDV identity verification API
Maintainers
Readme
n8n-nodes-deepidv
A community-contributed n8n node to integrate with the DeepIDV identity-verification API.
🛠️ Prerequisites
- Node.js ≥ 14 LTS
- npm ≥ 6
- n8n ≥ 1.0.0
- A DeepIDV account and API Key. Request yours at https://www.deepidv.com/.
📦 Installation
1) Fresh n8n project (isolated)
mkdir n8n-deepidv-test
cd n8n-deepidv-test
npm init -y
npm install n8n n8n-nodes-deepidv
npx n8n start