Skip to content

A simples API to execute code and return whether code result in success or error.

Notifications You must be signed in to change notification settings

LuisAraujo/API-ExecuteCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API Execute Code

API to execute code and return whether code result in error ou success.

Request

  • Method: POST.
  • Params: code, lang.

Return:

{"status": "error"};
{"status": "noerror"}

Language supported

  • C

  • Python

Requirements

Interpreter or Compiler of languages.

Examples

Look sample.html

About

A simples API to execute code and return whether code result in success or error.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published