timeweb-api
v1.0.0
Published
TimeWeb API module
Readme
TimeWeb-API module (ostronix version)
const API = require ('timeweb-api')
const my = new API ('api-key')
async function getInfo () {
const info = await my.status ()
console.log (info)
}
getInfo ()