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

4.6.0 • Public • Published

Uptime Pix4

A uptime robot for Pix4 services

Example

const { UptimeCheck } = require("uptime-pix4");

(async () => {
  const robot = new UptimeCheck(); // init class
  robot.humanify([
    {
      "cache-control": "no-cache",
    },
  ]); // used user agents at the request

  await robot.checkIfUp().catch((err) => {
    // check if website is accessable
    console.log("oops..:", err);
  });

  console.log(robot.status); // see status information
})();

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
4.6.01latest

Version History

VersionDownloads (Last 7 Days)Published
4.6.01
4.5.00
4.3.00
4.2.00
4.1.00
4.0.00
3.9.00
3.8.00
3.7.00
3.6.00
3.5.00
3.4.00

Package Sidebar

Install

npm i uptime-pix4

Weekly Downloads

1

Version

4.6.0

License

ISC

Unpacked Size

20.5 kB

Total Files

7

Last publish

Collaborators

  • z3ntl3