I was wondering if there is an API that provides weather information in XML format, providing only City and Country.
It's even better if it has a way to return results based on IP Address.
|
I was wondering if there is an API that provides weather information in XML format, providing only City and Country. It's even better if it has a way to return results based on IP Address.
| |||||||||
feedback
|
|
Yes. Google has an unofficial, unsupported API that can take city/country as input and returns XML. (It is used by their desktop gadgets) Example URL for Tbilisi, Georgia: Results:
| |||
|
feedback
|
|
I developed a weather gadget for my company using the Yahoo weather RSS feed. You have to supply the WOEID to get the forecast. Its pretty easy. | |||||||||||
feedback
|
|
I use a sed script. | |||||
feedback
|