n8n-nodes-awork
v0.1.25
Published
Automate your workflows with the awork API
Downloads
190
Maintainers
Readme
n8n-nodes-awork
This repo contains the awork n8n nodes to automate workflows with awork in n8n. This is based on the starter node repository.
To learn more about the awork API, check out our Developer Docs.
Prerequisites
You need the following installed on your development machine:
Node.js and pnpm. Minimum version Node 18. You can find instructions on how to install both using nvm (Node Version Manager) for Linux, Mac, and WSL here. For Windows users, refer to Microsoft's guide to Install NodeJS on Windows.
Install n8n with:
pnpm install n8n -g
Recommended: follow n8n's guide to set up your development environment.
Testing the node
In the node's source folder, run:
pnpm run build && pnpm link --global
Navigate to the custom nodes folder of your local n8n instance, usually ~/.n8n/custom
, and run (only required once):
npm link n8n-nodes-awork
Then start n8n:
n8n start
More information
Refer to the documentation on creating nodes for detailed information on building custom nodes.