Package Information
Downloads: 1 weekly / 63 monthly
Latest Version: 1.0.4
Author: GG
Documentation
n8n-nodes-gg-hello-world
Simple Hello World node for n8n Community Nodes testing.
Features
- 🌍 Simple Greeting: Basic hello world functionality
- 🎭 Multiple Message Types: Simple, formal, and enthusiastic greetings
- ⏰ Optional Timestamp: Include timestamp in response
- 🔧 Minimal Dependencies: Only requires n8n-workflow
Installation
Via n8n Community Nodes (Recommended)
- Open n8n
- Go to Settings → Community Nodes → Install
- Enter:
n8n-nodes-hello-world - Click Install
Via npm
npm install n8n-nodes-hello-world
Usage
- Add "Hello World" node to your workflow
- Configure:
- Name: Enter name to greet (default: "World")
- Message Type: Choose greeting style
- Include Timestamp: Toggle timestamp inclusion
- Execute the workflow
Example Output
{
"helloWorld": {
"success": true,
"message": "Hello, John!",
"name": "John",
"messageType": "simple",
"nodeVersion": "1.0.0",
"timestamp": "2024-01-15T10:30:00.000Z"
}
}
Development
# Install dependencies
npm install
# Build
npm run build
# Create package
npm run pack
License
MIT