weatherwidget Weather Widget uses Google's Weather API

  1. Documentation
  2. Change Log

This is a Widget to get weather data from Google's Weather API

Resources

Documentation

Requirements
  • Yii 1.0 or above
Installation
  • The extraction will result in to 2 folders, protected and images.
  • Copy the protected/components/weather folder to protected/components
  • Copy the images/weather folder to images
Usage

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));

Change Log

October 09, 2009
  • Initial release.
1 0
2 followers
765 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: Others
Tags:
Developed by: Deepak Pradhan
Created on: Oct 10, 2009
Last updated: 14 years ago

Downloads

show all