n8n-nodes-ksaar
v3.0.2
Published
Node for Ksaar app
Downloads
10
Maintainers
Keywords
Readme
n8n-nodes-ksaar
Features
API
Test the node
You can test your node as you build it by running it in a local n8n instance.
Install n8n using npm
npm install n8n -g
Clone git repository
git clone https://github.com/BuildForCare/n8n-nodes-ksaar.git
cd n8n-nodes-ksaar/
Publish it locally
# In the node directory
npm run build
npm link
Install the node into your local n8n instance
# In the nodes directory within your n8n installation
npm link n8n-nodes-ksaar
Make sure you run npm link n8n-nodes-ksaar in the nodes directory within your n8n installation. This is probably something like ~/.n8n/nodes/
More information
Refer to N8N's documentation on creating nodes for detailed information on building your own nodes.