Hacker News new | ask | show | jobs
by benzinschleuder 3725 days ago
It works in the Terminal, too!

curl http://wttr.in/london

2 comments

"This is a web frontend for a console weather application wego, using it as a backend."

https://news.ycombinator.com/item?id=9545180

Setting up wego on a raspbian were a bit painful (go in aptitude is 1.3 while wego requires 1.5), the easiest way that works out of the box is simply running curl wttr.in/Localtion ;)
But not as native ANSI though? Unless it's doing some clever useragent detection? (I'm on Windows without curl/wget).
Yes, it does return ANSI when you curl/wget the address.
Dunno, tried it on OS X and it's colorful and looks good.