https://github.com/tomashubelbauer/github-pages-status
A scraper for one's GitHub repos and their associated GitHub Pages with health checks
https://github.com/tomashubelbauer/github-pages-status
github github-pages
Last synced: about 2 months ago
JSON representation
A scraper for one's GitHub repos and their associated GitHub Pages with health checks
- Host: GitHub
- URL: https://github.com/tomashubelbauer/github-pages-status
- Owner: TomasHubelbauer
- License: mit
- Created: 2019-12-07T09:21:50.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2022-04-28T08:47:33.000Z (about 4 years ago)
- Last Synced: 2025-06-01T16:41:53.085Z (about 1 year ago)
- Topics: github, github-pages
- Language: Markdown
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Pages Status
This is a list of GitHub Pages that I have enabled for my repos. Some of them
use custom domains. This repository is an automated evergreen list of them and
it also continuously checks them for liveness.
## To-Do
### Collect the Pages using `github-api`
Use a token capable of reading both public and private repos because private
repos can have public Pages.
### Digest the list in the readme
### Add a health check for each of the Pages
Check for a 200 response.
### Add other own sites I wish the health checks for