No description
Find a file
2022-05-31 15:00:22 +03:00
credentials Declare as INodeProperties instead of casting 2022-04-27 18:10:59 +03:00
nodes Refactor: version, node description and if-else statements 2022-05-31 15:00:22 +03:00
.editorconfig Add editorconfig and npmrc 2022-04-21 17:27:12 +03:00
.gitignore Some updates 2021-12-02 11:32:00 +02:00
.npmrc Add editorconfig and npmrc 2022-04-21 17:27:12 +03:00
CONTRIBUTOR_LICENSE_AGREEMENT.md 📚 Add Contributor License Agreement 2020-06-12 20:54:18 +02:00
gulpfile.js Some updates 2021-12-02 11:32:00 +02:00
index.js 🎉 Initial commit 2019-10-03 08:53:03 +02:00
LICENSE.md 🎉 Initial commit 2019-10-03 08:53:03 +02:00
package.json Refactor: version, node description and if-else statements 2022-05-31 15:00:22 +03:00
README.md Add docker image and package versioning to the README.md 2022-04-26 15:44:54 +03:00
tsconfig.json Updating the dependencies and tsconfig.json 2022-04-15 14:35:28 +03:00
tslint.json Fix "glob-parent" vulnerability; update tslint and tsconfig 2022-02-01 11:17:23 +02:00

n8n-nodes-starter

n8n.io - Workflow Automation

Example starter module for custom n8n nodes. FriendGrid API example from the n8n documentation is used for this purpose. This is a TEST node used as a template for node creation.

Try it out with docker

The recommended way is using our docker image Digital Boss' N8N custom nodes docker image

Another way to try it out

N8N documentation on custom nodes

Clone the n8n-nodes-starter repository and execute:

# Install dependencies
npm install

# Build the code
npm run build

# "Publish" the package locally
npm link

Create an N8N installation and add the n8n-nodes-starter to it:

# Create an N8N installation
cd ..
mkdir n8n_install
cd n8n_install
npm init
npm install
npm install n8n

# "Install" the locally published module
npm link @digital-boss/n8n-nodes-starter

# Start n8n
npx n8n

Latest functionality

Displayed the package version in the node description. For reference, you can check genversion.

Contribution

To make this node even better, please let us know, how you use it. Commits are always welcome.

Issues

If you have any issues, please let us know on GitHub.

About

Special thanks to N8n nodemation workflow automation by Jan Oberhauser.

Nodes by digital-north-consulting.com. For productive use and consulting on this, contact us please.

This node was updated with ❤️ by Valentina Lilova valentina98

License

Apache 2.0 with Commons Clause