Skip to content

Commit

Permalink
[NEW] Adds files
Browse files Browse the repository at this point in the history
  • Loading branch information
czottmann committed Mar 6, 2024
0 parents commit 2d2fb27
Show file tree
Hide file tree
Showing 2 changed files with 142 additions and 0 deletions.
138 changes: 138 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,138 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="color-scheme" content="light dark" />
<link rel="stylesheet" href="pico.classless.min.css" />
<style>
:root {
--pico-font-size: 1rem;
}

header {
margin-top: var(--pico-block-spacing-vertical);
}

article {
margin: 4rem 0;
}

footer {
font-size: 0.8rem;
}
</style>
<script
defer
src="/u/do.js"
data-website-id="d9cc1ccf-cf20-41f2-8c26-5a54b5b2c6f5"
></script>

<title>(Unofficial) Apple Developer System Status Feeds</title>
</head>
<body>
<header>
<h1>(Unofficial) Apple Developer System Status Feeds</h1>
</header>

<main class="container">
<p>
<a href="https://apple.com">Apple</a> publishes two status pages for
their various systems:
</p>

<ul>
<li>
<a href="https://www.apple.com/support/systemstatus/"
>System Status</a
>
show the statuses of most user-facing Apple services and stores.
</li>
<li>
<a href="https://developer.apple.com/system-status/"
>Developer System Status</a
>
displays developer-facing services.
</li>
</ul>

<p>
Useful, but as a iOS/macOS developer I like my status updates both as
RSS feeds and with a bit more urgency. So I've set up accounts on "my"
social networks, and a feeds to relay the status updates as they happen.
<strong>The feeds are updated every 2 minutes.</strong>
</p>

<ul>
<li>
Mastodon:
<a href="https://techhub.social/@AppleDeveloperSystemStatus"
>@[email protected]</a
>
</li>
<li>
Bluesky:
<a
href="https://bsky.app/profile/AppleDeveloperSystemStatus.zottmann.dev"
>@AppleDeveloperSystemStatus.zottmann.dev</a
>
</li>
<li>
RSS feed:
<a href="https://techhub.social/@AppleDeveloperSystemStatus.rss"
>RSS</a
>
</li>
</ul>

<p></p>

<p>
FYI: If you want to work with the raw data yourself, Apple publishes the
updates as JSON and JSONP, respectively, at the following URLs:
</p>

<ul>
<li>
<a
href="https://www.apple.com/support/systemstatus/data/system_status_en_US.js"
>System Status (JSON)</a
>
</li>
<li>
<a
href="https://www.apple.com/support/systemstatus/data/developer/system_status_en_US.js"
>Developer System Status (JSONP)</a
>
</li>
</ul>

<p>That's it. Have fun. I hope this helps someone as it helps me. 😉</p>

<article>
If you like those feeds, maybe
<a href="https://actions.work/?ref=adss"
>check out my macOS & iOS apps</a
>! I make Shortcuts-related productivity tools like
<a href="https://actions.work/actions-for-obsidian?ref=adss"
>Actions For Obsidian</a
>
and
<a href="https://actions.work/browser-actions?ref=adss"
>Browser Actions</a
>.
</article>

<footer>
<p>
This website is a side-project by
<a href="https://zottmann.dev">Carlo Zottmann</a>.
<a href="https://actions.work/impressum">Impressum.</a> All Apple
outages, incidents, and related status data &copy;
<a href="https://apple.com">Apple Inc.</a> This site is not affiliated
with or endorsed by Apple.
</p>
</footer>
</main>
</body>
</html>
4 changes: 4 additions & 0 deletions pico.classless.min.css

Large diffs are not rendered by default.

0 comments on commit 2d2fb27

Please sign in to comment.