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 . GetWeather
Retrieves the Yahoo Weather RSS Feed for any specified location by WOEID.
/*
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 WOEID (Where On Earth ID). The documentation for this Yahoo resource can be found here.
You do not need an API Key to run this Choreo. Here's an example of an acceptable input:
WOEID: 2502265
The following is a sample of the XML information returned by this Choreo:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <rss version="2.0" xmlns:yweather="http://xml.weather.yahoo.com/ns/rss/1.0" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"> <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, 28 Jun 2012 8:56 am PDT</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="64" direction="360" speed="5" /> <yweather:atmosphere humidity="65" visibility="10" pressure="30.06" rising="1" /> <yweather:astronomy sunrise="5:48 am" sunset="8:32 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 8:56 am PDT</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, 28 Jun 2012 8:56 am PDT</pubDate> <yweather:condition text="Fair" code="34" temp="64" date="Thu, 28 Jun 2012 8:56 am PDT" /> <description> <img src="http://l.yimg.com/a/i/us/we/52/34.gif"/> <br /> <b>Current Conditions:</b> <br /> Fair, 64 F<BR /><BR /> <b>Forecast:</b> <BR /> Thu - Sunny. High: 76 Low: 57<br /> Fri - Partly Cloudy. High: 74 Low: 58<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="28 Jun 2012" low="57" high="76" text="Sunny" code="32" /> <yweather:forecast day="Fri" date="29 Jun 2012" low="58" high="74" text="Partly Cloudy" code="30" /> <guid isPermaLink="false">USCA1116_2012_06_29_7_00_PDT</guid> </item> </channel> </rss>
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms