An open API service indexing awesome lists of open source software.

https://github.com/parthpant/justrunit

Run small snippets of code online in different languages
https://github.com/parthpant/justrunit

javascript nodejs testing

Last synced: about 2 months ago
JSON representation

Run small snippets of code online in different languages

Awesome Lists containing this project

README

          

# JustRunIt

JustRunIt is a simple program with a basic function to make code-snippet
testing easier for my self. Written in React and Nodejs the tool makes it easy
to test code in any language of choice. Currently supported languages are
- C
- C++
- Python
- Nodejs
- Support for other languages comming soon

The program allows the user to give custom input before hand so that they can
be used during the program execution. The tool also reports the compilation
errors or runtime errors as reported by the respective reuntime environment.