How I Built a Free Package Tracking Notifier with Cloudflare Workers
I recently ordered Starlink. It shipped via DHL, and then got forwarded to a local courier that had no push notifications. I didn’t want to keep refreshing their tracking page, so I built a free notifier with Cloudflare Workers, KV, and IFTTT. This p...
blog.vihanga.dev5 min read
Anik Sikder
Turning bugs into features since forever
This is such a clever use of Cloudflare Workers and KV. I love how lightweight and efficient the setup is especially the part where it compares snapshots and only triggers IFTTT on changes. Perfect for tracking without constant refreshes. Thanks for sharing the full flow