From daa4d544d282e391f751838b2e99c48481fed756 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tr=E1=BA=A7n=20Tu=E1=BA=A5n=20Anh?= Date: Mon, 25 Nov 2024 12:43:22 +0700 Subject: [PATCH] Add n8n-nodes-execute-code --- community-nodes.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 community-nodes.json diff --git a/community-nodes.json b/community-nodes.json new file mode 100644 index 0000000..7b254a3 --- /dev/null +++ b/community-nodes.json @@ -0,0 +1,9 @@ +[ + { + "name": "n8n-nodes-execute-code", + "version": "0.1.4", + "author": "tuananhit1612", + "description": "Execute programming code submissions using Judge0 API.", + "link": "https://www.npmjs.com/package/n8n-nodes-execute-code" + } +]