7/26/2026 at 4:19:14 AM
Thoughts about serving pure text (not HTML) so that someone can pull this using a curl command, awk the output and do various things with it? Wish more sites did that.by hliyan
7/26/2026 at 5:20:46 AM
I’ve had a few pieces of feedback for plain text, and it’s definitely something I’ll look at adding.OOI, would you expect the output to include a single days weather (like the site does now), multiple, or options for both?
by jsax
7/26/2026 at 6:19:03 AM
Perhaps similar to a command line utility? Arguments could be passed as URL or query parameters. And perhaps a /help route can return the supported arguments.by hliyan
7/26/2026 at 10:49:33 AM
I suggest something like traintimes.org.uk, which accepts parameters as URL segments:by Symbiote