Get the weather at a command line interface CLI - curl

the weather is just a command line call away from any terminal - curl wttr.in

Get the weather at a command line interface CLI - curl

Command line interfaces – "the command line" – thankfully are getting the support and attention they've always deserved.

Frankly, with commands and the extensibility, auto-completion now, it is ridiculously hard to express the same level of functionality in a succinct graphical user interface that makes sense.

The experience of using a tool from the command line with auto-complete just makes my own productivity greater.

The weather

Came across this today and it's just another example of a cool CLI tool

Just go to any place where curl or wget (or any equivalent) and issue a GET:

curl wttr.in
weather report
weather via curl wttr.in