0
Author: iamrbn
Downloads: 17
Stars: 0
Type: Home Screen Widget
Published on: 19 July 2022
Script which displays the current Slack Status via API as Scriptable Widget.
This is the missing widget for all power users of slack.
By running the scirpt In App it will present the online dashboard of the current slack status
If the script does not receive a response from the Slack API, it will be displayed in the widget.
It also shows if there is an script update available.
const getStatusNotifications = true //Set to false if you dont wanna get notifications!
const refreshInt = 60 //in minutes
iCloud Drive/
├─ Scriptable/
│ ├─ slack-status-widget/
│ │ ├─ slackIcon.png
│ │ ├─ sadSlackBot-badConnection.png
│ │ ├─ ok.png
│ │ ├─ incident.png
│ │ ├─ notice.png
│ │ ├─ outage.png
│ │ ├─ maintenance.png