Skip to content

OpenUseAPI/FrontEndOnlinePythonCompiler

Repository files navigation

PythonRunAnywhere

This is the client side of the Python Online Compiler. You can find the server side code in the OnlinePythonCompiler repo in this same organization. This client is used for post request to the server, fetching the result and populating it.

Clone instructions:

  1. git clone "url"
  2. Navigate to the folder and run npm install
  3. Then, run npm start

If you like this, please do give us a star. :p