Weather Rest service
Does anyone know REST se开发者_运维百科rvice for weather casting which will be available also outside of usa? the only one I found is the national weather service but it works only inside USA.
Thanks, ray.
http://api.yr.no/weatherapi/documentation is delivered by the Norwegian Meteorological Institute. The most interesting part could be LocationForecast, depending on your needs, of course.
Also, see https://stackoverflow.com/questions/3363052/best-weather-apis-free-for-commercial-use
The accepted answer is out of date, Google API is no more available.
I would recommend Metwit weather API. It's an easy to use fully REST API and it's free to use for many reasonable uses.
(Full disclosure: I am a founder of Metwit. Feel free to ask me for further details)
Check Google's API out - it's not published, and not REST, but pretty awesome
http://blog.programmableweb.com/2010/02/08/googles-secret-weather-api/
There are a bunch listed on Programmable Web. Yahoo's looks promising.
精彩评论