Revision: 24120
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at February 21, 2010 17:06 by adkatrit
Initial Code
curl -s "http://www.google.com/ig/api?weather=zipcode" | sed 's|.*<temp_f data="\([^"]*\)"/>.*|\1|'
Initial URL
Initial Description
replace your "zipcode" with your zipcode
Initial Title
Weather from the command line
Initial Tags
google, api
Initial Language
Bash