-1

Is it possible to download historical weather data using Java from Wunderground API between two specific dates for a specific location ?

From this link, it says that only available for a single date at a time. How to get weather data for specific date using wunderground

If it is not possible, are there any other alternatives which I can do so using Java ?

Community
  • 1
  • 1
kylas
  • 1,425
  • 6
  • 24
  • 38

1 Answers1

1

Try this one: http://openweathermap.com/api. It's free and it gives you a good amount of API calls per minute and per day.

Jodevan
  • 732
  • 1
  • 6
  • 20