friendica-addons/curweather/test.php

5 lines
116 B
PHP
Raw Normal View History

2013-02-11 11:24:21 +01:00
<?php
require_once 'getweather.php';
$rpt = "KHVN";
$wxdata = GetWeather::get($rpt);
var_dump($rpt, $wxdata);