1.0.3-beta โ€ข Published 2 years ago

uptimes v1.0.3-beta

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Uptimes - Powerfull Uptime Package for Websites And More.... ๐Ÿ˜Ž

Setup;

npm install uptimes@latest

Notice: This Package Is BETA!

WebSite Support;

<script src="https://unpkg.com/uptimes@latest/index.js"></script>
<script>
const Uptime = new Client()
Uptime.settings({
    reqTimeout: 12000 //Request Timeout Example: 1 Seconds = 1000, 10 seconds = 10000
})
</script>

Start;

const Client = require("../index")
const Uptime = new Client()
Uptime.settings({
    reqTimeout: 12000 //Request Timeout Example: 1 Seconds = 1000, 10 seconds = 10000
})

Start UPTIME a Website;

Uptime.uptime("https://api.nicat-dcw.xyz")

Uptime Yourself!! (NEW!)

Uptime.uptimeMe()

๐Ÿงค | List of Commands

NameDescriptionTypeTimeoutDefault Timeout
uptimeUptimes a LinkURLSettings With15000 (15 seconds)
uptimeMeUptimes Yourselfcreates Server15000025000
pingShow Mentioned Website's StatusURLnonenone

๐Ÿ“œ List of Settings

NameDescriptionType
reqTimeoutRequest TimeoutNUMBER

Updates;

30:06:2022 - TypeScript Support Added!, Performance Updates!, Ping Command!, WebSite Support

Developed By Nicat.Dcw โค๏ธ

Documentation: https://api.nicat-dcw.xyz/docs/docs/uptimes (Cooming Soon....)