
n8n-nodes-mallabe-currencies
This is an n8n community node for Mallabe Currencies.
It allows you to manipulate images using different operations.
For more information, refer to the Mallabe website.
Current supported operations:
- Convert / Exchange Currency
- Get Daily Rates
License
MIT
Development
Running Locally (Summary)
- Install n8n globally using https://docs.n8n.io/integrations/creating-nodes/test/run-node-locally/
- Run
nvm use to use the correct node version in the node folder.
- Run
pnpm install in the node folder.
- Run
pnpm link --global to register as package.
- Run
pnpm run build whenever you make changes to the node.
- Run
cd ~/.n8n
- Stop n8n if it was already running.
- Run
pnpm link --global n8n-nodes-mallabe-currencies in n8n custom folder.
- Run
n8n start
Note: if you like to watch the development instead of rebuilding every time, use npm run dev.