Skip to main content


you can fetch the weather of any city using wget and wttr.in with a simple GET request

~λ wget -qO- wttr.in

here are a few examples when you give a city argument:

~λ wget -qO- wttr.in/Toronto
~λ wget -qO- wttr.in/Paris
~λ wget -qO- wttr.in/Tokyo

#emacs #bash #dash #debian #linux #cmd #cmdline #shell