|
|
|
|
|
by icebraining
2214 days ago
|
|
I mean, sure, I'd like everyone to run their own server. But in this case I don't think you'd even need it, a scheduled task in a regular client machine (smartphone/laptop/etc) would be enough. There just isn't an easy way for me to turn my script into something that a smartphone can use, without building a full-fledged app. |
|
I wish something similar had become more common. I understand why all the platforms are focused on push notifications rather than pull notifications, but it's so much easier to write a bit of HTML/XML templating than to write anything with a PWA ServiceWorker and the Push Notifications API.
[1] The one app I built during that brief time was to poll NaNoWriMo for count API updates. It's a really simple app and was easy to customize with just an old school HTML method="GET" form. https://github.com/WorldMaker/NaNoWriMoAtGlance/