n8n-nodes-deepidv
Version:
n8n community node to integrate with the DeepIDV identity verification API
29 lines (19 loc) • 816 B
Markdown
# n8n-nodes-deepidv
[](https://www.npmjs.com/package/n8n-nodes-deepidv)
[](https://github.com/Subprime-Platforms/deepidv-n8n-npm/blob/main/LICENSE.md)
A community-contributed n8n node to integrate with the [DeepIDV](https://www.deepidv.com/) 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)
```bash
mkdir n8n-deepidv-test
cd n8n-deepidv-test
npm init -y
npm install n8n n8n-nodes-deepidv
npx n8n start