Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I want to create a weather app in Java, just for fun.
I know how to use the GeoIP database by MaxMinds to map IP to location.

I was planning on using this to auto-detect a user's location and display the weather information on a clean, simple GUI.

My friend used the API of BackStage BBC that was given to him by his Uni but he said he could not hand it to me as he was not allowed to.

What other alternative APIs do I have available to get weather info ?

share|improve this question
Stack Overflow is for specific programming question after your research. – juergen d Feb 10 at 19:01
1  

closed as not a real question by juergen d, Sankar Ganesh, Fuzzical Logic, Bakuriu, Mahmoud Gamal Feb 11 at 7:07

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

up vote 1 down vote accepted
  1. The complete list of APIs in the Weather category at ProgrammableWeb might be your first stop to decide which API you would like to use.
  2. A majority of these APIs support the REST standard and that would be your primary mechanism to integrate the information into your Java application.
share|improve this answer

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