How to use Geolocation and Yahoo’s APIs to build a simple weather webapp

Today we will be using the HTML5 geolocation API to present the user with a personalized weather forecast. Using jQuery, we will issue AJAX request to two of Yahoo’s popular APIs to obtain additional geographical information and a weather forecast. This example also makes use of the wonderful climacons icon set.


Full post: How to use Geolocation and Yahoo’s APIs to build a simple weather webapp