forked from phergie/phergie
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
00b7dc1
commit 55db1c3
Showing
11 changed files
with
174 additions
and
304 deletions.
There are no files selected for viewing
131 changes: 50 additions & 81 deletions
131
Tests/Phergie/Plugin/Weather/_files/atlanta/conditions.xml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,81 +1,50 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- This document is intended only for use by authorized licensees of The --> | ||
<!-- Weather Channel. Unauthorized use is prohibited. Copyright 1995-2011, --> | ||
<!-- The Weather Channel Interactive, Inc. All Rights Reserved. --> | ||
<weather ver="2.0"> | ||
<head> | ||
<locale>en_US</locale> | ||
<form>MEDIUM</form> | ||
<ut>F</ut> | ||
<ud>mi</ud> | ||
|
||
<us>mph</us> | ||
<up>in</up> | ||
<ur>in</ur> | ||
</head> | ||
<loc id="USGA0028"> | ||
<dnam>Atlanta, GA</dnam> | ||
<tm>1:37 PM</tm> | ||
|
||
<lat>33.75</lat> | ||
<lon>-84.39</lon> | ||
<sunr>7:32 AM</sunr> | ||
<suns>7:54 PM</suns> | ||
<zone>-5</zone> | ||
</loc> | ||
|
||
<lnks type="prmo"> | ||
<link pos="1"> | ||
<l>http://www.weather.com/allergies?par=xoap&site=textlink&cm_ven=XOAP&cm_cat=TextLink&cm_pla=Link1&cm_ite=Allergies</l> | ||
<t>Local Pollen Reports</t> | ||
</link> | ||
|
||
<link pos="2"> | ||
<l>http://www.weather.com/flights?par=xoap&site=textlink&cm_ven=XOAP&cm_cat=TextLink&cm_pla=Link2&cm_ite=BusinessTraveler</l> | ||
<t>Airport Conditions</t> | ||
</link> | ||
<link pos="3"> | ||
|
||
<l>http://www.weather.com/garden?par=xoap&site=textlink&cm_ven=XOAP&cm_cat=TextLink&cm_pla=Link3&cm_ite=Garden</l> | ||
<t>Lawn and Garden Weather</t> | ||
</link> | ||
<link pos="4"> | ||
<l>http://www.weather.com/traffic?par=xoap&site=textlink&cm_ven=XOAP&cm_cat=TextLink&cm_pla=Link4&cm_ite=Traffic</l> | ||
|
||
<t>Rush Hour Traffic</t> | ||
</link> | ||
</lnks> | ||
<cc> | ||
<lsup>3/27/11 12:52 PM EDT</lsup> | ||
<obst>Hartsfield-Jackson Atlanta International, GA</obst> | ||
<tmp>51</tmp> | ||
|
||
<flik>51</flik> | ||
<t>Fog</t> | ||
<icon>20</icon> | ||
<bar> | ||
<r>29.89</r> | ||
<d>rising</d> | ||
|
||
</bar> | ||
<wind> | ||
<s>5</s> | ||
<gust>N/A</gust> | ||
<d>260</d> | ||
<t>W</t> | ||
</wind> | ||
|
||
<hmid>96</hmid> | ||
<vis>2.5</vis> | ||
<uv> | ||
<i>1</i> | ||
<t>Low</t> | ||
</uv> | ||
<dewp>50</dewp> | ||
|
||
<moon> | ||
<icon>23</icon> | ||
<t>Waning Crescent</t> | ||
</moon> | ||
</cc> | ||
</weather> | ||
<?xml version="1.0"?> | ||
<xml_api_reply version="1"> | ||
<weather module_id="0" tab_id="0" mobile_row="0" mobile_zipped="1" row="0" section="0"> | ||
<forecast_information> | ||
<city data="Atlanta, GA"/> | ||
<postal_code data="Atlanta"/> | ||
<latitude_e6 data=""/> | ||
<longitude_e6 data=""/> | ||
<forecast_date data="2012-03-25"/> | ||
<current_date_time data="2012-03-25 18:53:00 +0000"/> | ||
<unit_system data="US"/> | ||
</forecast_information> | ||
<current_conditions> | ||
<condition data="Partly Cloudy"/> | ||
<temp_f data="71"/> | ||
<temp_c data="22"/> | ||
<humidity data="Humidity: 39%"/> | ||
<icon data="/ig/images/weather/partly_cloudy.gif"/> | ||
<wind_condition data="Wind: NW at 12 mph"/> | ||
</current_conditions> | ||
<forecast_conditions> | ||
<day_of_week data="Sun"/> | ||
<low data="54"/> | ||
<high data="75"/> | ||
<icon data="/ig/images/weather/mostly_sunny.gif"/> | ||
<condition data="Mostly Sunny"/> | ||
</forecast_conditions> | ||
<forecast_conditions> | ||
<day_of_week data="Mon"/> | ||
<low data="55"/> | ||
<high data="81"/> | ||
<icon data="/ig/images/weather/sunny.gif"/> | ||
<condition data="Clear"/> | ||
</forecast_conditions> | ||
<forecast_conditions> | ||
<day_of_week data="Tue"/> | ||
<low data="61"/> | ||
<high data="82"/> | ||
<icon data="/ig/images/weather/mostly_sunny.gif"/> | ||
<condition data="Mostly Sunny"/> | ||
</forecast_conditions> | ||
<forecast_conditions> | ||
<day_of_week data="Wed"/> | ||
<low data="61"/> | ||
<high data="84"/> | ||
<icon data="/ig/images/weather/chance_of_storm.gif"/> | ||
<condition data="Chance of Storm"/> | ||
</forecast_conditions> | ||
</weather> | ||
</xml_api_reply> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,11 @@ | ||
<?php | ||
|
||
return array( | ||
'unit' => 'f', | ||
'temperature' => 10.5, | ||
'weatherReport' => | ||
'nick: Weather for Atlanta, GA - Temperature: 51F/10.5C, ' . | ||
'Humidity: 96%, Conditions: Fog, Updated: 3/27/11 12:52 PM EDT [ ' . | ||
'http://weather.com/weather/today/USGA0028 ]', | ||
'nick: Weather for Atlanta, GA - Current conditions: Partly Cloudy - Temperature: 22*C (71*F) - Humidity: 39%', | ||
'response' => array( | ||
array( | ||
'isError' => false, | ||
), | ||
array( | ||
'isError' => false, | ||
), | ||
array( | ||
'isError' => false, | ||
), | ||
), | ||
); | ||
); |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
122 changes: 50 additions & 72 deletions
122
Tests/Phergie/Plugin/Weather/_files/silverSpring/conditions.xml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,72 +1,50 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- This document is intended only for use by authorized licensees of The --> | ||
<!-- Weather Channel. Unauthorized use is prohibited. Copyright 1995-2011, --> | ||
<!-- The Weather Channel Interactive, Inc. All Rights Reserved. --> | ||
<weather ver="2.0"> | ||
<head> | ||
<locale>en_US</locale> | ||
<form>MEDIUM</form> | ||
<ut>F</ut> | ||
<ud>mi</ud> | ||
<us>mph</us> | ||
<up>in</up> | ||
<ur>in</ur> | ||
</head> | ||
<loc id="20904"> | ||
<dnam>Silver Spring, MD (20904)</dnam> | ||
<tm>6:37 PM</tm> | ||
<lat>39.07</lat> | ||
<lon>-76.98</lon> | ||
<sunr>6:03 AM</sunr> | ||
<suns>8:25 PM</suns> | ||
<zone>-4</zone> | ||
</loc> | ||
<lnks type="prmo"> | ||
<link pos="1"> | ||
<l>http://www.weather.com/allergies?par=xoap&site=textlink&cm_ven=XOAP&cm_cat=TextLink&cm_pla=Link1&cm_ite=Allergies</l> | ||
<t>Local Pollen Reports</t> | ||
</link> | ||
<link pos="2"> | ||
<l>http://www.weather.com/flights?par=xoap&site=textlink&cm_ven=XOAP&cm_cat=TextLink&cm_pla=Link2&cm_ite=BusinessTraveler</l> | ||
<t>Airport Conditions</t> | ||
</link> | ||
<link pos="3"> | ||
<l>http://www.weather.com/garden?par=xoap&site=textlink&cm_ven=XOAP&cm_cat=TextLink&cm_pla=Link3&cm_ite=Garden</l> | ||
<t>Lawn and Garden Weather</t> | ||
</link> | ||
<link pos="4"> | ||
<l>http://www.weather.com/traffic?par=xoap&site=textlink&cm_ven=XOAP&cm_cat=TextLink&cm_pla=Link4&cm_ite=Traffic</l> | ||
<t>Rush Hour Traffic</t> | ||
</link> | ||
</lnks> | ||
<cc> | ||
<lsup>7/26/11 6:25 PM EDT</lsup> | ||
<obst>College Park, MD</obst> | ||
<tmp>95</tmp> | ||
<flik>93</flik> | ||
<t>Fair</t> | ||
<icon>34</icon> | ||
<bar> | ||
<r>29.71</r> | ||
<d>steady</d> | ||
</bar> | ||
<wind> | ||
<s>7</s> | ||
<gust>16</gust> | ||
<d>190</d> | ||
<t>S</t> | ||
</wind> | ||
<hmid>23</hmid> | ||
<vis>10.0</vis> | ||
<uv> | ||
<i>1</i> | ||
<t>Low</t> | ||
</uv> | ||
<dewp>52</dewp> | ||
<moon> | ||
<icon>25</icon> | ||
<t>Waning Crescent</t> | ||
</moon> | ||
</cc> | ||
</weather> | ||
|
||
<?xml version="1.0"?> | ||
<xml_api_reply version="1"> | ||
<weather module_id="0" tab_id="0" mobile_row="0" mobile_zipped="1" row="0" section="0"> | ||
<forecast_information> | ||
<city data="Silver Spring, MD"/> | ||
<postal_code data="Silver Spring"/> | ||
<latitude_e6 data=""/> | ||
<longitude_e6 data=""/> | ||
<forecast_date data="2012-03-25"/> | ||
<current_date_time data="2012-03-25 19:00:00 +0000"/> | ||
<unit_system data="US"/> | ||
</forecast_information> | ||
<current_conditions> | ||
<condition data="Overcast"/> | ||
<temp_f data="58"/> | ||
<temp_c data="14"/> | ||
<humidity data="Humidity: 76%"/> | ||
<icon data="/ig/images/weather/cloudy.gif"/> | ||
<wind_condition data="Wind: N at 0 mph"/> | ||
</current_conditions> | ||
<forecast_conditions> | ||
<day_of_week data="Sun"/> | ||
<low data="50"/> | ||
<high data="68"/> | ||
<icon data="/ig/images/weather/chance_of_storm.gif"/> | ||
<condition data="Chance of Storm"/> | ||
</forecast_conditions> | ||
<forecast_conditions> | ||
<day_of_week data="Mon"/> | ||
<low data="30"/> | ||
<high data="63"/> | ||
<icon data="/ig/images/weather/mostly_sunny.gif"/> | ||
<condition data="Mostly Sunny"/> | ||
</forecast_conditions> | ||
<forecast_conditions> | ||
<day_of_week data="Tue"/> | ||
<low data="37"/> | ||
<high data="55"/> | ||
<icon data="/ig/images/weather/sunny.gif"/> | ||
<condition data="Clear"/> | ||
</forecast_conditions> | ||
<forecast_conditions> | ||
<day_of_week data="Wed"/> | ||
<low data="48"/> | ||
<high data="70"/> | ||
<icon data="/ig/images/weather/mostly_sunny.gif"/> | ||
<condition data="Mostly Sunny"/> | ||
</forecast_conditions> | ||
</weather> | ||
</xml_api_reply> |
12 changes: 1 addition & 11 deletions
12
Tests/Phergie/Plugin/Weather/_files/silverSpring/config.php
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,11 @@ | ||
<?php | ||
|
||
return array( | ||
'unit' => 'f', | ||
'temperature' => 35, | ||
'weatherReport' => | ||
'nick: Weather for Silver Spring, MD (20904) - ' | ||
. 'Temperature: 95F/35C, Humidity: 23%, Conditions: Fair, Updated: ' | ||
. '7/26/11 6:25 PM EDT [ http://weather.com/weather/today/20904 ]', | ||
'nick: Weather for Silver Spring, MD - Current conditions: Overcast - Temperature: 14*C (57*F) - Humidity: 77%', | ||
'response' => array( | ||
array( | ||
'isError' => false, | ||
), | ||
array( | ||
'isError' => false, | ||
), | ||
array( | ||
'isError' => false, | ||
), | ||
), | ||
); |
8 changes: 0 additions & 8 deletions
8
Tests/Phergie/Plugin/Weather/_files/silverSpring/location1.xml
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
Tests/Phergie/Plugin/Weather/_files/silverSpring/location2.xml
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.