pull down to refresh
Currently I update the feed every 15s. There's a ton of ways to do this, including gist.
I just went what's simplest and easiest to me. I run on AWS to begin with so I keep everything I can there.
reply
pull down to refresh
Currently I update the feed every 15s. There's a ton of ways to do this, including gist.
I just went what's simplest and easiest to me. I run on AWS to begin with so I keep everything I can there.
is it worth hosting the data in S3? Could the whole process be handled easily with GH actions and perhaps storing the json as gist instead?