mytestnode

A simple test node for n8n that outputs Hello World

Package Information

Downloads: 0 weekly / 8 monthly
Latest Version: 0.1.0

Documentation

n8n-nodes-mytestnode

This is a simple test node for n8n that outputs "Hello World".

Installation

Local Installation

  1. Navigate to your n8n user data directory:

    cd ~/.n8n
    

    or if using Docker:

    cd /root/.n8n
    
  2. Install the package:

    npm install n8n-nodes-mytestnode
    

Global Installation

npm install -g n8n-nodes-mytestnode

Development

  1. Clone this repository
  2. Install dependencies:
    npm install
    
  3. Build the code:
    npm run build
    
  4. 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.

Discussion