Skip to content

Studio404-OpenSources/accuweather-weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

You have to chnage only URL and viola ...

/* define dir */
define("DIR", __DIR__);
/* Require Class file */
require_once('studio404_weather.php'); 
$studio404_weather = new studio404_weather(); 
$array = $studio404_weather->lunch(
	'http://www.accuweather.com/en/ge/tbilisi/171705/weather-forecast/171705', /* You Have To Change Only Url */
	'temp/', 
	array(
		"condition"=>"cond", 
		"celsius"=>"temp"
	)
);

About

Grab Weather From accuweather By Url

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages