Skip to content

Commit

Permalink
Add uptime checker entry and web of devs page
Browse files Browse the repository at this point in the history
  • Loading branch information
rosslh committed Oct 13, 2024
1 parent b3ed94c commit 484deae
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 0 deletions.
Binary file modified assets/timeline/briza-thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/timeline/metaprojection-thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/timeline/qhacks-crown.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/timeline/uptime-checker-thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/timeline/uptime-checker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/timeline/webofdevs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions content/uptimeChecker.md
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.
10 changes: 10 additions & 0 deletions content/webofdevs.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ date: 2023-03-05
website: https://webofdevs.com
thumbnail: webofdevs-thumb
thumbnailBorder: true
image: webofdevs
imageExt: png
excerpt: A community of developers with amazing webpages. You can browse personal sites, save your favorites, and share your own.
tags: [typescript, svelte, nestjs, postgresql]
---

<a href="https://webofdevs.com/" target="_blank" rel="noopener noreferrer">WebofDevs.com</a> is a curated community for developers who want to share their personal websites, portfolios, and homepages. The platform offers users the opportunity to explore a collection of unique developer sites for inspiration, as well as share their own work with the community.

The website makes it easy to browse through a variety of developer websites, “favorite” the ones that stand out, and even add your own website to the mix. For developers looking to showcase their work, Web of Devs is a space to connect with like-minded individuals and discover innovative approaches to web design and content presentation.

To maintain high-quality submissions, the site enforces criteria that ensure all featured websites are personal, content-rich, mobile-friendly, and quick to load. Developers can join by logging in and submitting their websites, provided their site meets the platform’s standards, such as using HTTPS, being free of bugs, and working well within an iframe.

Whether you’re looking for inspiration or a place to share your personal website, Web of Devs is the go-to destination for developers who take pride in their online presence.

0 comments on commit 484deae

Please sign in to comment.