Skip to content

Instantly share code, notes, and snippets.

@bzerangue
Created February 1, 2011 23:13
Show Gist options
  • Star 10 You must be signed in to star a gist
  • Fork 6 You must be signed in to fork a gist
  • Save bzerangue/806934 to your computer and use it in GitHub Desktop.
Save bzerangue/806934 to your computer and use it in GitHub Desktop.
Google Weather API Conditions List
<?xml version="1.0" encoding="UTF-8"?>
<!--Google Weather API Conditions. Compiled by Dennis Delimarsky, http://dennisdel.com/content/conditions.xml-->
<!--Tweaked by Brian Zerangue, February 1, 2011-->
<conditions>
<type handle="partly-sunny">Partly Sunny</type>
<type handle="scattered-thunderstorms">Scattered Thunderstorms</type>
<type handle="showers">Showers</type>
<type handle="scattered-showers">Scattered Showers</type>
<type handle="rain-and-snow">Rain and Snow</type>
<type handle="overcast">Overcast</type>
<type handle="light-snow">Light Snow</type>
<type handle="freezing-drizzle">Freezing Drizzle</type>
<type handle="chance-of-rain">Chance of Rain</type>
<type handle="sunny">Sunny</type>
<type handle="clear">Clear</type>
<type handle="mostly-sunny">Mostly Sunny</type>
<type handle="partly-cloudy">Partly Cloudy</type>
<type handle="mostly-cloudy">Mostly Cloudy</type>
<type handle="chance-of-storm">Chance of Storm</type>
<type handle="rain">Rain</type>
<type handle="chance-of-snow">Chance of Snow</type>
<type handle="cloudy">Cloudy</type>
<type handle="mist">Mist</type>
<type handle="storm">Storm</type>
<type handle="thunderstorm">Thunderstorm</type>
<type handle="chance-of-tstorm">Chance of TStorm</type>
<type handle="sleet">Sleet</type>
<type handle="snow">Snow</type>
<type handle="icy">Icy</type>
<type handle="dust">Dust</type>
<type handle="fog">Fog</type>
<type handle="smoke">Smoke</type>
<type handle="haze">Haze</type>
<type handle="flurries">Flurries</type>
<type handle="light-rain">Light Rain</type>
<type handle="snow-showers">Snow Showers</type>
<type handle="hail">Hail</type>
</conditions>
@vitalii-z8i
Copy link

thanks a lot!!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment