This is a Widget to get weather data from Google's Weather API
The widget needs a input location, which can be: 1. ZipCode (Example:63376) or 2. Address (Example: new+york,ny).
In your view simply invoke the widget.
$this->widget('application.components.weather.GoogleWeatherAPI', array('location'=>$location));
Be the first person to leave a comment
Please login to leave your comment.