Awesome
stts
stts is a macOS app for monitoring the status of cloud services.
<img src="https://i.imgur.com/OAK3hR0.png" width="218" height="324" />With a click of the menubar icon, you can see the status of your favorite services. You can also be notified when a service goes down or gets restored.
stts is designed to be unobtrusive, only giving you the information you need and allowing you to access the status page with a single click.
stts can be downloaded from the Mac App Store here.
Support the project
<a href="https://www.buymeacoffee.com/mahdibchatnia" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" height="48" width="173" ></a>
Contribute
Most services can be added automatically with the included extract script:
# If you haven't already, clone the repo
git clone https://github.com/inket/stts.git
cd stts
# Install dependencies and run the extract script
bundle install
bundle exec ruby extract.rb <url>
# Example:
bundle exec ruby extract.rb https://status.notion.so/
For services that cannot be added with the script, feel free to create an issue.