This repository is a curated collection of Scriptable widgets that I have created.
This widget displays your GitHub contributions graph on the lockscreen, allowing you to quickly see your contribution levels over the past weeks. It fetches data directly from GitHub's GraphQL API.
- Shows a heatmap similar to the one on your GitHub profile
- Customizable username through widget parameter
- Cached data for faster load times and reduced API calls
Before you can use these widgets, you need to:
- Install the Scriptable app from the iOS App Store.
- Have your GitHub Personal Access Token ready for widgets that require GitHub data.
To install a widget on your iOS device:
- Download the
.js
file for the widget you want to use. - Open the Scriptable app and tap the "+" icon to create a new script.
- Give your script a name and paste the contents of the
.js
file into the editor. - Configure any necessary parameters or settings within the script.
- Close the Scriptable app and add the Scriptable widget to your home screen.
- Long press the widget, choose "Edit Widget", and select the script you added.