uptimes
TypeScript icon, indicating that this package has built-in type declarations

1.0.3-beta • Public • Published

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

Name Description Type Timeout Default Timeout
uptime Uptimes a Link URL Settings With 15000 (15 seconds)
uptimeMe Uptimes Yourself creates Server 150000 25000
ping Show Mentioned Website's Status URL none none

** 📜 List of Settings**

Name Description Type
reqTimeout Request Timeout NUMBER

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....)

/uptimes/

    Package Sidebar

    Install

    npm i uptimes

    Weekly Downloads

    2

    Version

    1.0.3-beta

    License

    ISC

    Unpacked Size

    5.95 kB

    Total Files

    10

    Last publish

    Collaborators

    • kardespro
    • nicatdcw