0.1.0 • Published 3 months ago

n8n-nodes-mytestnode v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

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.

0.1.0

3 months ago