Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

uptime-pix4

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uptime-pix4

Uptime robot check for pix4 services

latest
npmnpm
Version
4.6.0
Version published
Maintainers
1
Created
Source

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
})();

Keywords

uptime

FAQs

Package last updated on 01 Feb 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts