[–] reify 1y ago ↗ wttr is my favouritefor me this is the most accurate for my local weather.loads of settings though I just set up a simple aliasalias weather='curl wttr.in/London=?3M'or not for a simple day weather outputcurl wttr.in/London?format="Weather:+%C,+%t,+%h,+%w,+%W+%P\nTimezone:+%Z\nTime:+%T+|+Dawn:+%D+++|+Sunrise:+%S\nZenith:++%z+++|+Sunset:+%s+|+Dusk:+%d\nLocation:+London,+England\n"
1 comment
[ 4.6 ms ] story [ 15.3 ms ] threadfor me this is the most accurate for my local weather.
loads of settings though I just set up a simple alias
alias weather='curl wttr.in/London=?3M'
or not for a simple day weather output
curl wttr.in/London?format="Weather:+%C,+%t,+%h,+%w,+%W+%P\nTimezone:+%Z\nTime:+%T+|+Dawn:+%D+++|+Sunrise:+%S\nZenith:++%z+++|+Sunset:+%s+|+Dusk:+%d\nLocation:+London,+England\n"