Created
February 1, 2011 23:13
-
-
Save bzerangue/806934 to your computer and use it in GitHub Desktop.
Google Weather API Conditions List
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thanks a lot!!!!