Skip to content

Instantly share code, notes, and snippets.

@coderforhire
Created May 11, 2012 19:38
Show Gist options
  • Save coderforhire/2661967 to your computer and use it in GitHub Desktop.
Save coderforhire/2661967 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<Weather>
<Current>
<Location>Saint Louis, MO, US</Location>
<RecordedAt>63109</RecordedAt>
<Updated>5/11/2012 5:53:00 PM</Updated>
<Image>32.png</Image>
<Conditions>Clear</Conditions>
<Temp>73</Temp>
<Wind>5</Wind>
<Dewpoint>38</Dewpoint>
</Current>
<Forecast>
<Friday>
<Conditions>Mostly Sunny</Conditions>
<Description>Mostly Sunny</Description>
<Image>30.png</Image>
<High>79</High>
<Low>57</Low>
</Friday>
<Saturday>
<Conditions>Partly Cloudy With Isolated Storms</Conditions>
<Description>Partly Cloudy With Isolated Storms</Description>
<Image>37.png</Image>
<High>78</High>
<Low>58</Low>
</Saturday>
<Sunday>
<Conditions>Chance T-storms</Conditions>
<Description>Chance T-storms</Description>
<Image>37.png</Image>
<High>75</High>
<Low>57</Low>
</Sunday>
<Monday>
<Conditions>Partly Cloudy</Conditions>
<Description>Partly Cloudy</Description>
<Image>30.png</Image>
<High>74</High>
<Low>55</Low>
</Monday>
<Tuesday>
<Conditions>Partly Cloudy</Conditions>
<Description>Partly Cloudy</Description>
<Image>30.png</Image>
<High>77</High>
<Low>58</Low>
</Tuesday>
</Forecast>
</Weather>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment