Skip to content

jay3332/tio.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tio.js

Tio.js is a simple API wrapper around the TryItOnline API.
Requests are made asynchronously using node-fetch.

Usage

Because this is a rather simple library, there is (currently) no documentation for it.
You can look into the source code for reference, or, take a look at the examples below:

Running a simple Javascript program

const tio = require("tio.js");

tio("js", "console.log('Hello, World!')")
    .then(({ output }) => console.log(output)); // log the output into the console

About

A simple Javascript wrapper around tio.run's API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published