uptime-jtm
v0.0.8
Published
Welcome to uptime-jtm
Downloads
3
Readme
About
Welcome to uptime-jtm
Installation
npm install uptime-jtm@latest
Example
import Uptime from "uptime-jtm";
let url = ["url"];
//about the duration, can be customized at will
Uptime({ isUrl: url, isDuration: 1000, log: true });