You have no favorites... yet!
Use the Library tree on the left to select a Choreo to call from your gateway device.
Use the Library tree on the left to select a Choreo to call from your edge device via the gateway.
Library . Yahoo . Weather . GetWeatherByAddress
Retrieves the Yahoo Weather RSS Feed for any specified location by address.
/*
TembooTask class placeholder
*/
/*
TembooTask header placeholder
*/
Since you've changed your device configuration, you'll need to tell us about this new device.
This feature is in experimental mode - pricing coming soon.
Send your code straight to a GitHub repository.
Your code will be visible by others in your repos. Keep credentials private by saving a Profile or commit code with Placeholder inputs.
The following files will be added to this repo:
You'll be able to edit and share your code from TI's CCS Cloud IDE.
The following will be sent to CCS Cloud:
/*
Your auto-generated code will appear here once you've configured your device above.
*/
/*
A header file containing your Temboo account information will appear here once you've
configured your device above.
*/
/*
Please log in to generate proxy server code for use with the JavaScript SDK.
*/
This Choreo retrieves the Yahoo Weather RSS Feed for any specified location by address. The documentation for this Yahoo resource can be found here.
The Address input variable accepts a wide range of formats, such as street addresses (like “1600 Pennsylvania Avenue, Washington, DC”) or place names (like “Washington, DC”) or zip codes (like "20006"). Whenever an address is vague enough as to yield two different locations across the country (like "200 Grand Street") the weather information obtained will be from the first location identified by the Yahoo PlaceFinder method. Therefore, to be certain that weather information obtained is accurate, it is best to specify at least a zip code in the input (like "200 Grand Street, 10013"). More information about the Yahoo PlaceFinder method can be found here.
Here's an example of an acceptable input:
Address: 1600 Pennsylvania Avenue, Washington, DC
The following is a sample of the XML information returned by this Choreo:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <rss xmlns:yweather="http://xml.weather.yahoo.com/ns/rss/1.0" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" version="2.0"> <channel> <title>Yahoo! Weather - Sunnyvale, CA</title> <link>http://us.rd.yahoo.com/dailynews/rss/weather/Sunnyvale__CA/*http://weather.yahoo.com/forecast/USCA1116_f.html</link> <description>Yahoo! Weather for Sunnyvale, CA</description> <language>en-us</language> <lastBuildDate>Thu, 08 Jan 2015 11:55 am PST</lastBuildDate> <ttl>60</ttl> <yweather:location city="Sunnyvale" region="CA" country="United States"/> <yweather:units temperature="F" distance="mi" pressure="in" speed="mph"/> <yweather:wind chill="57" direction="360" speed="3"/> <yweather:atmosphere humidity="64" visibility="9" pressure="30.06" rising="2"/> <yweather:astronomy sunrise="7:22 am" sunset="5:06 pm"/> <image> <title>Yahoo! Weather</title> <width>142</width> <height>18</height> <link>http://weather.yahoo.com</link> <url>http://l.yimg.com/a/i/brand/purplelogo//uh/us/news-wea.gif</url> </image> <item> <title>Conditions for Sunnyvale, CA at 11:55 am PST</title> <geo:lat>37.37</geo:lat> <geo:long>-122.04</geo:long> <link>http://us.rd.yahoo.com/dailynews/rss/weather/Sunnyvale__CA/*http://weather.yahoo.com/forecast/USCA1116_f.html</link> <pubDate>Thu, 08 Jan 2015 11:55 am PST</pubDate> <yweather:condition text="Fair" code="34" temp="57" date="Thu, 08 Jan 2015 11:55 am PST"/> <description> <img src="http://l.yimg.com/a/i/us/we/52/34.gif"/> <br /> <b>Current Conditions:</b> <br /> Fair, 57 F<BR /> <BR /> <b>Forecast:</b> <BR /> Thu - Cloudy. High: 64 Low: 47<br /> Fri - Partly Cloudy. High: 66 Low: 45<br /> Sat - Partly Cloudy. High: 64 Low: 46<br /> Sun - Partly Cloudy. High: 62 Low: 45<br /> Mon - Mostly Sunny. High: 62 Low: 44<br /> <br /> <a href="http://us.rd.yahoo.com/dailynews/rss/weather/Sunnyvale__CA/*http://weather.yahoo.com/forecast/USCA1116_f.html">Full Forecast at Yahoo! Weather</a> <BR/> <BR/> (provided by <a href="http://www.weather.com" >The Weather Channel</a>)<br/> </description> <yweather:forecast day="Thu" date="8 Jan 2015" low="47" high="64" text="Cloudy" code="26"/> <yweather:forecast day="Fri" date="9 Jan 2015" low="45" high="66" text="Partly Cloudy" code="30"/> <yweather:forecast day="Sat" date="10 Jan 2015" low="46" high="64" text="Partly Cloudy" code="30"/> <yweather:forecast day="Sun" date="11 Jan 2015" low="45" high="62" text="Partly Cloudy" code="30"/> <yweather:forecast day="Mon" date="12 Jan 2015" low="44" high="62" text="Mostly Sunny" code="34"/> <guid isPermaLink="false">USCA1116_2015_01_12_7_00_PST</guid> </item> </channel> </rss> <!-- fan1683.sports.bf1.yahoo.com Thu Jan 8 13:06:15 PST 2015 -->
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms