Skip to content

Monitor your websites uptime 📈 and downtime 📉 in the terminal with the Uptime Robot API

License

Notifications You must be signed in to change notification settings

christ0ph3r/uptime-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Monitor your websites uptime 📈 and downtime 📉 in the terminal with the Uptime Robot API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published