It is a simple online compiler that uses ACE Editor and Hackerrank Api to let you write code and then compile it. Supported Languages are: C, C++, C#, JavaScript, Java, Python.
It runs on Node Server with Express. Inorder to set it up get your self registered on Hackerrank and signup for an API KEY. Set up yor API KEY in the server.
- Node JS
- Jade
- Express JS
- Hackerrank API
- Ace.js
- Bootstrap
Make sure you have git installed. On the terminal, navigate to your workspace directory and run in Terminal
git clone https://github.com/compiler-using-hackerank-api.github.io.git
cd ~/compiler-using-hackerank-api
npm install
Inorder to set it up get your self registered on Hackerrank and signup for an API KEY. Set up yor API KEY in the server.
run node app
License
This project is licensed under the MIT License - see the LICENSE.md file for details