Yahoo Weather WebService
- by Zakaria
Hi,
I'm trying to find a way to get some weather information with Yahoo Weather using Yahoo Query Language.
As i'm living in France, in a city called Nice, the following query returns an error:
select * from weather.forecast where location='Nice'
And as I have the latitude and longitude coordinated, how can I give them to the YQL to return the weather info? Is this service worldwide or just for USA?
Thank you,
Regards.