yahoo-weather-api

Find out if Yahoo Weather data exist from where.yahooapis response

hello, I am creating a weather page in PHP. The user enters a city/place name in a search form and I search for his input in where.yahooapis to find the 5 top relative woeids. (i.e. http:// where.yahooapis.com/v1/places.q("Rethimno");start=0;count=5?appid=...) Then I present the 5 top relatives results in a radio button list. The us...

Get weather from Yahoo with jQuery

I'm using the Google API to get a user's location on this site. How would I go about getting the weather for that user from Yahoo or somewhere? UPDATE: Ok so I'm going with Yahoo, but I've never done an HTTP GET request before. Im using jQuery and the following code: function getWeather () { $.get("http://weather.yahooapis....

Yahoo! Weather XML Feed allowed to be used in iPhone App?

Hey everyone, I'm quite confused when it comes to the legal side of using something like the Yahoo! Weather feed inside my iPhone App. To be clear, I don't want to actually show any of the info the feed has, but just use that info to trigger events behind the scenes. I have been researching weather APIs and feeds. Some specifically say...