https://github.com/kyle-west/are-you-up
❓⤴️ My personal status page to give me the TLDR on the services I use the most
https://github.com/kyle-west/are-you-up
statuspage web-components
Last synced: 3 months ago
JSON representation
❓⤴️ My personal status page to give me the TLDR on the services I use the most
- Host: GitHub
- URL: https://github.com/kyle-west/are-you-up
- Owner: kyle-west
- Created: 2018-12-18T20:37:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-14T14:36:54.000Z (about 6 years ago)
- Last Synced: 2025-01-10T04:25:03.655Z (5 months ago)
- Topics: statuspage, web-components
- Language: JavaScript
- Homepage: https://kyle-west.github.io/are-you-up/
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Are you up? (aka `RU↑`)
There are a number of services I care about knowing what their status is daily.
Instead of going to each of their websites to check on them, I built this _simple_
(another word for _ugly_) dashboard.The statuses are displayed using Native Web Components. The `/assets/places.json`
file holds the config for what services to listen to. It requires that the service
has an implementation of the [StatusPage.io v2 API](https://help.statuspage.io/knowledge_base/topics/api-information).This is under an MIT licence. Feel free to fork this repo and add your own services!
Checkout the current [Status Page](https://kyle-west.github.io/are-you-up/)!