code-evaluator
v1.9.0
Published
API that compiles/interprets source code for different languages and returns their outputs.
Readme
Code Evaluator
Unstable Alpha Version, Use at your own risk.
Reads, compiles, runs source code in supported languages, and gives you an output.
Supported Languages
- python2 (python2)
- python3 (python3)
- C (gcc)
- C++ (g++)
How to Install
npm install code-evaluator
How to Use
See example: express-example.js
