parallel-http-request-node-mini-n8n
v1.0.1
Published
Parallel http request Node
Readme
TEMPLATE PACKAGE
This is a template package to use to create a custom node for mini-n8n.
Installation
- Clone this repository
- Install dependencies, use the command:
pnpm install- Build the package, use the command:
pnpm run build- Publish the package on npm registry, use the command:
pnpm publish --public