n8n-nodes-mytestnode
v0.1.0
Published
A simple test node for n8n that outputs Hello World
Readme
n8n-nodes-mytestnode
This is a simple test node for n8n that outputs "Hello World".
Installation
Local Installation
Navigate to your n8n user data directory:
cd ~/.n8nor if using Docker:
cd /root/.n8nInstall the package:
npm install n8n-nodes-mytestnode
Global Installation
npm install -g n8n-nodes-mytestnodeDevelopment
- Clone this repository
- Install dependencies:
npm install - Build the code:
npm run build - Link to your n8n installation:
npm link cd ~/.n8n npm link n8n-nodes-mytestnode
Usage
After installation, you can use the "My Test Node" in your n8n workflows. It doesn't require any input and will output a simple "Hello World" message.
