izzone

n8n custom node for izz.ONE

Package Information

Downloads: 37 weekly / 85 monthly
Latest Version: 0.2.2
Author: Adarsh Mohan

Documentation

izz.ONE n8n Nodes

This application provides custom nodes for n8n, a popular workflow automation tool. The nodes are designed to integrate with izz.ONE services, allowing users to automate tasks and workflows that involve izz.ONE functionalities.

Development Setup

To set up the development environment for the izz.ONE n8n nodes, follow these steps:

  1. Clone the Repository: Clone the repository to your local machine using Git.
    git clone git@github.com:izzai/account.git
    cd account/apps/n8n-nodes-izzone
    
  2. Install Dependencies: Use npm or yarn to install the required dependencies.
    npm install
    # or
    yarn install
    
  3. Build the Project: Build the project to compile TypeScript files and prepare the application for development.
    npm run build
    # or
    yarn build
    
  4. Link the Project: To use the nodes in a local n8n instance, you can link the project.
    npm link
    # or
    yarn link
    
  5. Follow the instructions here to run the node locally.

Discussion