forked from friendica/friendica-addons
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			No EOL
		
	
	
		
			116 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			No EOL
		
	
	
		
			116 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
 <?php 
 | 
						|
require_once  'getweather.php';
 | 
						|
$rpt = "KHVN";
 | 
						|
$wxdata = GetWeather::get($rpt);
 | 
						|
var_dump($rpt, $wxdata); |