UNPKG

n8n-nodes-deepidv

Version:

n8n community node to integrate with the DeepIDV identity verification API

29 lines (19 loc) 816 B
# n8n-nodes-deepidv [![npm version](https://img.shields.io/npm/v/n8n-nodes-deepidv.svg)](https://www.npmjs.com/package/n8n-nodes-deepidv) [![MIT License](https://img.shields.io/github/license/Subprime-Platforms/deepidv-n8n-npm.svg)](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