
n8n-nodes-pulse
This is a non-production ready n8n node for learning purposes.
Build and publishing
- pnpm rebuild
- pnpm publish
Prerequisites
You need the following installed on your development machine:
- git
- Node.js and pnpm. Minimum version Node 18. You can find instructions on how to install both using nvm (Node Version Manager) for Linux, Mac, and WSL here. For Windows users, refer to Microsoft's guide to Install NodeJS on Windows.
- Install n8n with:
pnpm install n8n -g
- Recommended: follow n8n's guide to set up your development environment.
Using this starter
These are the basic steps for working with the starter. For detailed guidance on creating and publishing nodes, refer to the documentation.
More information
Refer to our documentation on creating nodes for detailed information on building your own nodes.
License
MIT