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