forked from robertlove/CakePHP-Weather-Component
-
Notifications
You must be signed in to change notification settings - Fork 0
A CakePHP component for getting the weather using The Google Weather API
License
croess/CakePHP-Weather-Component
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Weather Component A CakePHP component for getting the weather using The Google Weather API INSTALLATION ------------ Copy weather.php to your app/controllers/components directory CONFIGURATION --------------- In your controller, add the Weather Component to your $components array public $components = array('Weather'); USAGE --------------- The following example shows how to get the weather for Sydney Australia from within a controller action: $this->Weather->location = 'Sydney Australia'; $this->Weather->forecast(); debug($this->Weather); exit; LICENSE ------- The files in this archive are released under the new BSD license. You can find a copy of this license in LICENSE.
About
A CakePHP component for getting the weather using The Google Weather API
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- PHP 100.0%