A few days back , we published an article about currency conversion using Google calculator API and php. Today we are going to show you how to display current weather information and forecast data using php and Google Weather API.
The API is situated at http://www.google.com/ig/api?weather and the callback URL for a specific place looks like this :
www.google.com/ig/api?weather=PlaceName&hl=en
The returned data in XML form contains information such as current temperature , weather condition , humidity , winds and forecast for the next few days. Continue Reading





