uptime-cli

1.1.3 • Public • Published

Uptime CLI

Uptime CLI lets you monitor websites and track uptime/downtime through the command line. It uses the uptimerobot.com API to fetch data. Uptimerobot's free option allows you to monitor up to 50 websites free.

Uptime CLI

Features

General

  1. Command Line Interface
  2. Track Websites Uptime/Downtime

Monitor Data Table

  1. ID
  2. Name
  3. URL
  4. Status
  5. Type
  6. Interval
  7. Uptime %
  8. Date Created

Installation Instructions

  1. Git Clone the repo

    git clone https://github.com/christ0ph3r/uptime-cli/
    
  2. Enter the repository and copy the config file

    cd uptime-cli && cp config-sample.json config.json
    
  3. Install NPM packages

    npm install
    
  4. Edit config.json and put your uptime robot api key

    {
      "key": "xxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxx"
    }
  5. Run

    npm start
    

Testing

npm test

Donations accepted

Coin Address
Bitcoin 1LFTccjYHbiVekdm8XYC1ucNqdGsAC3frc
Ethereum 0x071Fe2Bb50430A3f6af398A410a78B67e1A783AE
Litecoin Lh9eV96yhTyrkv2VkWG7RZvas9TzFuYZbR

/uptime-cli/

    Package Sidebar

    Install

    npm i uptime-cli

    Weekly Downloads

    6

    Version

    1.1.3

    License

    MIT

    Last publish

    Collaborators

    • n053