Short answer: send your GitHub stars to WidgetDash with one HTTP request, then add the WidgetDash widget to your iPhone Home Screen or Lock Screen. It updates every time you push a new value, and it is free for up to 5 numbers.
Stars are the open-source applause meter, and watching them climb after a launch is genuinely fun. The GitHub API returns your repo's star count in a single call, so a small scheduled script can keep it fresh. Push it to a widget and skip the habit of reloading the repo page.
A source is created automatically the first time you push to it, so there is no setup step. Send your GitHub stars like this:
curl -X PUT https://api.widgetdash.app/api/v1/data/github_stars \
-H "Authorization: Bearer YOUR_WRITE_KEY" \
-H "Content-Type: application/json" \
-d '{
"display_name": "GitHub Stars",
"icon": "star.fill",
"category": "Creator",
"metrics": [
{ "label": "Stars", "value": "2,418" },
{ "label": "Today", "value": "+31" }
]
}'
Small Lock Screen widgets are supported too, so your GitHub stars can sit right under the clock.
A token raises your rate limit but the public count is readable. You fetch it and push the number.
Yes. One source per repo, up to five free and unlimited on Pro.
See all WidgetDash use cases · How to see any number on your iPhone
Your GitHub stars, on your Home Screen, in about two minutes.
Get started freeFree for up to 5 sources. Pro is $4.90/mo or $29.90/yr for unlimited sources and faster refresh.