@digital-boss/n8n-nodes-kucoin

0.2.3 • Public • Published

n8n-nodes-starter

n8n.io - Workflow Automation

Example starter module for custom n8n nodes. Kucoin 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

Package Sidebar

Install

npm i @digital-boss/n8n-nodes-kucoin

Homepage

n8n.io

Weekly Downloads

0

Version

0.2.3

License

Apache 2.0

Unpacked Size

75.4 kB

Total Files

33

Last publish

Collaborators

  • stams
  • perseus-algol
  • feelgood-interface
  • sven.janssen
  • valentinalilova