Hacker News new | ask | show | jobs
by zaargy 4054 days ago
curl 'http://api.openweathermap.org/data/2.5/weather?q=london&mode... &>/dev/null | jgrep -s main.temp | figlet

Put this in a function. Done.

Gist here since copying and pasting above didn't work. https://gist.github.com/zaargy/384889cb44960e8559d5

2 comments

My first thought was "pipe into figlet, done."
That's a good one!