Package Information
Released: 4/10/2025
Downloads: 1 weekly / 15 monthly
Latest Version: 0.1.1
Author: luckydave
Available Nodes
Documentation
n8n-nodes-peer-sender
This is an n8n community node. It lets you use Peer in your n8n workflows.
To make your custom node available to the community, you must create it as an npm package, and submit it to the npm registry.
Installation
Follow the installation guide in the n8n community nodes documentation.
Screenshots
Local Development
# n8n 설치
$ npm install n8n -g
# n8n-nodes-peer-sender build
$ pnpm build
$ pnpm link
# community node 설치
$ cd ~/.n8n/nodes
$ pnpm init
$ pnpm link n8n-nodes-peer-sender
# n8n 실행
$ n8n