-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add uptime checker entry and web of devs page
- Loading branch information
Showing
8 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
title: uptime-checker | ||
eventType: project | ||
excerpt: CLI to check the status of UptimeRobot monitored websites | ||
tags: [typescript, react, nodedotjs] | ||
repository: https://github.com/rosslh/uptime-checker | ||
date: 2024-10-11 | ||
thumbnail: uptime-checker-thumb | ||
thumbnailExt: png | ||
image: uptime-checker | ||
imageExt: png | ||
thumbnailBorder: true | ||
--- | ||
|
||
This is a command line tool designed to make monitoring the status of websites tracked by <a href="https://uptimerobot.com/" target="_blank" rel="noopener noreferrer">UptimeRobot</a> as effortless as possible. Built using React and the Ink renderer, uptime-checker offers a developer-friendly solution for keeping tabs on website uptime, performance, and outages in a sleek terminal interface. | ||
|
||
With just a single command, users can check the current status of their monitored websites, including uptime ratio, average response time, time since the last outage, and more. The tool retrieves data directly from UptimeRobot using a read-only access token and presents it in a concise, readable format - ideal for quick status checks from the terminal. | ||
|
||
Key Features | ||
|
||
- Uptime Status: Instantly view whether your website is up or down. | ||
- Uptime Statistics: Get detailed metrics like uptime percentage over the past month and average response time. | ||
- Outage Insights: See when the last outage occurred and how long it lasted. | ||
- Built with React and Ink: The command line interface is rendered beautifully with the Ink library, bringing a modern and smooth experience to the terminal. | ||
|
||
For developers who value efficiency and a clutter-free workflow, uptime-checker integrates the critical aspects of website monitoring into your terminal environment, allowing you to quickly assess the health of your projects without leaving your command line. Whether you’re debugging performance issues or monitoring your site’s uptime, uptime-checker provides all the essential data you need in one place. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters