-
Notifications
You must be signed in to change notification settings - Fork 50
/
weather.xml
66 lines (66 loc) · 2.39 KB
/
weather.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<weather xmlns:atom="http://www.w3.org/2005/Atom">
<atom:link rel="self" href="http://staging.api.ing.carrier.com/weather/24598"/>
<weather_status>
<atom:link rel="self" href="http://staging.api.ing.carrier.com/weather/24598/status"/>
<timestamp>2012-04-12T20:21:48.1831281Z</timestamp>
<status_id>14</status_id>
<status_message>Clear</status_message>
<temp units="f">61</temp>
<sunrise>2012-04-12T10:42:42Z</sunrise>
<sunset>2012-04-12T23:46:27Z</sunset>
<polar_day>false</polar_day>
<polar_night>false</polar_night>
</weather_status>
<weather_forecast>
<atom:link rel="self" href="http://staging.api.ing.carrier.com/weather/24598/forecast"/>
<timestamp>2012-04-12T20:21:48.1831281Z</timestamp>
<day id="Friday">
<timestamp>2012-04-13T00:00:00Z</timestamp>
<min_temp units="f">43</min_temp>
<max_temp units="f">64</max_temp>
<status_id>12</status_id>
<status_message>Partly cloudy</status_message>
<pop>10</pop>
</day>
<day id="Saturday">
<timestamp>2012-04-14T00:00:00Z</timestamp>
<min_temp units="f">57</min_temp>
<max_temp units="f">73</max_temp>
<status_id>12</status_id>
<status_message>Partly cloudy</status_message>
<pop>10</pop>
</day>
<day id="Sunday">
<timestamp>2012-04-15T00:00:00Z</timestamp>
<min_temp units="f">64</min_temp>
<max_temp units="f">73</max_temp>
<status_id>14</status_id>
<status_message>Clear</status_message>
<pop>10</pop>
</day>
<day id="Monday">
<timestamp>2012-04-16T00:00:00Z</timestamp>
<min_temp units="f">68</min_temp>
<max_temp units="f">82</max_temp>
<status_id>14</status_id>
<status_message>Clear</status_message>
<pop>7</pop>
</day>
<day id="Tuesday">
<timestamp>2012-04-17T00:00:00Z</timestamp>
<min_temp units="f">68</min_temp>
<max_temp units="f">82</max_temp>
<status_id>12</status_id>
<status_message>Partly cloudy</status_message>
<pop>12</pop>
</day>
<day id="Wednesday">
<timestamp>2012-04-18T00:00:00Z</timestamp>
<min_temp units="f">54</min_temp>
<max_temp units="f">81</max_temp>
<status_id>12</status_id>
<status_message>Partly cloudy</status_message>
<pop>34</pop>
</day>
</weather_forecast>
</weather>