n8n-nodes-awork

0.1.28 • Public • Published

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:

  • git

  • 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.

Package Sidebar

Install

npm i n8n-nodes-awork

Weekly Downloads

949

Version

0.1.28

License

MIT

Unpacked Size

124 kB

Total Files

51

Last publish

Collaborators

  • meetq