1

What is the best web API for getting weaher information for any city in the world?

I need the hourly weather forecast and time of sunlight information.

And I will request the information using the city name. For New York I will pass: New York - NY, USA. As I'm using in Google API: http://www.google.com/ig/api?hl=en&weather=New+York+-+NY,+USA

I'm developing a backend application.

Victor
  • 8,309
  • 14
  • 80
  • 129

2 Answers2

1

I've previously used yahoo weather rss feed.. It has sunsire, and sunset times, not too sure about the hourly forecast requirement you have..

mericano1
  • 2,914
  • 1
  • 18
  • 25
1

The National Oceanic and Atmospheric Administration's National Weather Service has XML feeds at http://www.weather.gov/xml/current_obs/.

ceejayoz
  • 176,543
  • 40
  • 303
  • 368