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 . GetWeatherByCoordinates
Retrieves the Yahoo Weather RSS Feed for any specified location by geo-coordinates.
/*
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 geo-coordinates. The documentation for this Yahoo resource can be found here.
Here's an example of an acceptable input:
Lattitude: 38.898717
Longitude: -77.035974
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 - Washington, DC</title> <link>http://us.rd.yahoo.com/dailynews/rss/weather/Washington__DC/*http://weather.yahoo.com/forecast/USDC0001_f.html</link> <description>Yahoo! Weather for Washington, DC</description> <language>en-us</language> <lastBuildDate>Fri, 29 Jun 2012 3:50 pm EDT</lastBuildDate> <ttl>60</ttl> <yweather:location city="Washington" region="DC" country="United States"/> <yweather:units temperature="F" distance="mi" pressure="in" speed="mph"/> <yweather:wind chill="103" direction="0" speed="6" /> <yweather:atmosphere humidity="34" visibility="10" pressure="29.72" rising="2" /> <yweather:astronomy sunrise="5:44 am" sunset="8:36 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 Washington, DC at 3:50 pm EDT</title> <geo:lat>38.9</geo:lat> <geo:long>-77.04</geo:long> <link>http://us.rd.yahoo.com/dailynews/rss/weather/Washington__DC/*http://weather.yahoo.com/forecast/USDC0001_f.html</link> <pubDate>Fri, 29 Jun 2012 3:50 pm EDT</pubDate> <yweather:condition text="Partly Cloudy" code="30" temp="103" date="Fri, 29 Jun 2012 3:50 pm EDT" /> <description> <img src="http://l.yimg.com/a/i/us/we/52/30.gif"/> <br /> <b>Current Conditions:</b> <br /> Partly Cloudy, 103 F<BR /><BR /> <b>Forecast:</b> <BR /> Fri - Partly Cloudy. High: 101 Low: 81<br /> Sat - Isolated Thunderstorms. High: 102 Low: 80<br /><br /> <a href="http://us.rd.yahoo.com/dailynews/rss/weather/Washington__DC/*http://weather.yahoo.com/forecast/USDC0001_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="Fri" date="29 Jun 2012" low="81" high="101" text="Partly Cloudy" code="29" /> <yweather:forecast day="Sat" date="30 Jun 2012" low="80" high="102" text="Isolated Thunderstorms" code="37" /> <guid isPermaLink="false">USDC0001_2012_06_30_7_00_EDT</guid> </item> </channel> </rss>
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms