Tell me more ×
Web Applications Stack Exchange is a question and answer site for power users of web applications. It's 100% free, no registration required.

I need to display year round weather details for certain destinations on my website.

For example: New York

Jan: Max temp:20, Min temp:8, avg rainfall: 30mm Feb: Max temp:24, Min temp:10, avg rainfall: 240mm ... ..

I want to connect to an API and store all this data in DB for the app. How can I achieve this?

share|improve this question

closed as off topic by Eight Days of Malaise, Alex, phwd Aug 12 '12 at 21:06

Questions on Web Applications Stack Exchange are expected to relate to web applications within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

The Weather Underground API looks like it will fit the bill. Using the Planner feature you can get a summary of historical information for a chosen date range. The data includes max and min temperatures as well as max, min and average rainfall.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.