@izzai/n8n-nodes-izzone
v0.2.2
Published
n8n custom node for izz.ONE
Readme
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 [email protected]: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.
