Some scripts I have written for Scriptable, an amazing JavaScript programming environment for iOS that supports automation, native APIs and widgets.
COVID-19 Cases widget using ABC data and providing local case numbers in Australia. Changes colour based on weekly growth rate and tap to show more data in a table view. Edit the source to change the local/state area. Users elsewhere might get some ideas for how to draw a column graph.
Bible Verse of the Day, a simple widget that displays a verse of the day from the English Standard Version. Running the script will open the passage in the ESV Bible app.
Sticky Note, a simple widget that includes tap to edit, dark mode support and file-based storage.
Linode Longview, a widget that displays Longview server stats. Running the script will open Longview. To configure, create a Personal Access Token with read-only access to Longview and edit the script to add the token.
Calendar widget in the style of Things' today view. If events don't fit, it prioritises all-day over future over past events (which are greyed out) and indicates how many extra events are scheduled.