Skip to content

Commit 0551183

Browse files
Update README for Enterprise GitHub incidents tracking
This fork is a mod to the original project with no intention of merging back to the original. I'm unfortunately not familiar enough to actually contribute beyond varying the source URLs and following the local bun run instructions :/
1 parent 8a0a948 commit 0551183

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Github Downfall
1+
# Enterprise Github Downfall
22

3-
Track Github's historical incidents and downtime. A contribution graph-style heatmap of every Github incident since January 2025, with trend analysis and live status.
3+
Track Enterprise Github's historical incidents and downtime. A contribution graph-style heatmap of every Enterprise Github incident since January 2025, with trend analysis and live status.
44

55
Built with Astro, Tailwind, and Bun SQLite.
66

@@ -14,6 +14,6 @@ bun --bun dev # start dev server at localhost:4321
1414

1515
## How it works
1616

17-
On each page load, the latest 50 incidents are fetched from the [Github Status API](https://www.githubstatus.com/api) and upserted into a local SQLite database. The `scrape.ts` script backfills historical incidents by parsing the embedded data from `githubstatus.com/history` pages and fetching full details via the individual incident API.
17+
On each page load, the latest 50 incidents are fetched from the [Enterprise Github Status API](https://us.githubstatus.com/api) and upserted into a local SQLite database. The `scrape.ts` script backfills historical incidents by parsing the embedded data from `us.githubstatus.com/history` pages and fetching full details via the individual incident API.
1818

1919
The frontend renders a year-long heatmap where redder days indicate higher cumulative incident severity. Clicking a day shows its incidents. A trends section shows frequency/severity changes, impact breakdown, worst days, and a monthly bar chart.

0 commit comments

Comments
 (0)