UNPKG

n8n-nodes-mallabe-currencies

Version:

n8n community node that allows you to convert / exchange currencies to other currencies as well as get the daily rates of currencies using Mallabe Currencies

32 lines (22 loc) 1.09 kB
![Mallabe Logo](/docs/mallabe-logo.png) # n8n-nodes-mallabe-currencies This is an n8n community node for [Mallabe Currencies](https://www.mallabe.com/). It allows you to manipulate images using different operations. For more information, refer to the [Mallabe website](https://www.mallabe.com/). Current supported operations: - Convert / Exchange Currency - Get Daily Rates ## License [MIT](https://github.com/n8n-io/n8n-nodes-starter/blob/master/LICENSE.md) ## Development ### Running Locally (Summary) 1. Install n8n globally using https://docs.n8n.io/integrations/creating-nodes/test/run-node-locally/ 2. Run `nvm use` to use the correct node version in the node folder. 3. Run `pnpm install` in the node folder. 4. Run `pnpm link --global` to register as package. 5. Run `pnpm run build` whenever you make changes to the node. 6. Run `cd ~/.n8n` 7. Stop n8n if it was already running. 8. Run `pnpm link --global n8n-nodes-mallabe-currencies` in n8n `custom` folder. 9. Run `n8n start` Note: if you like to watch the development instead of rebuilding every time, use `npm run dev`.