Return to Snippet

Revision: 24120
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