UNPKG

n8n-nodes-execute-code

Version:

A custom n8n node that executes programming code submissions using Judge0 API, ideal for coding contests or automated grading.

9 lines (8 loc) 310 B
import { IAuthenticateGeneric, ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class ExecuteCodeApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; authenticate: IAuthenticateGeneric; }