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 ?

