tio.js:围绕tio.run API的简单Javascript包装器

时间:2024-06-06 22:34:13
【文件属性】:

文件名称:tio.js:围绕tio.run API的简单Javascript包装器

文件大小:2KB

文件格式:ZIP

更新时间:2024-06-06 22:34:13

tio.js Tio.js是围绕 API的简单API包装器。 使用node-fetch异步发出请求。 用法 因为这是一个相当简单的库,所以(当前)没有任何文档。 您可以查看源代码以供参考,或者查看以下示例: 运行一个简单的Javascript程序 const tio = require ( "tio.js" ) ; tio ( "js" , "console.log('Hello, World!')" ) . then ( ( { output } ) => console . log ( output ) ) ; // log the output into the console


【文件预览】:
tio.js-master
----README.md(534B)
----tio.js()
--------index.js(688B)
----package-lock.json(365B)
----package.json(588B)

网友评论