Socket
Socket
Sign inDemoInstall

uptime-cli

Package Overview
Dependencies
6
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    uptime-cli

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


Version published
Weekly downloads
4
decreased by-33.33%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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

CoinAddress
Bitcoin1LFTccjYHbiVekdm8XYC1ucNqdGsAC3frc
Ethereum0x071Fe2Bb50430A3f6af398A410a78B67e1A783AE
LitecoinLh9eV96yhTyrkv2VkWG7RZvas9TzFuYZbR

Keywords

FAQs

Last updated on 26 Oct 2017

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc