Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.
/ Gweather Public archive

PHP class that retrieves weather information from Google

Notifications You must be signed in to change notification settings

porkaria/Gweather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

example:

<?php
require_once 'gweather.class.php';

$wt = new gWeather;
$data_weather = $wt->getData(array('cidade' => 'campo grande', 'pais' => 'brasil'));        
echo $wt->getHtmlExample();
?>

About

PHP class that retrieves weather information from Google

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages