Package Information
Downloads: 37 weekly / 85 monthly
Latest Version: 0.2.2
Author: Adarsh Mohan
Available Nodes
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:
- 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 - Install Dependencies: Use npm or yarn to install the required dependencies.
npm install # or yarn install - Build the Project: Build the project to compile TypeScript files and prepare the application for development.
npm run build # or yarn build - Link the Project: To use the nodes in a local n8n instance, you can link the project.
npm link # or yarn link - Follow the instructions here to run the node locally.
