mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
added more weather data, change curtemp to curweather
This commit is contained in:
parent
8a797d3b2f
commit
6ec3a4059a
6 changed files with 106 additions and 102 deletions
5
curweather/test.php
Normal file
5
curweather/test.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
require_once 'getweather.php';
|
||||
$rpt = "KHVN";
|
||||
$wxdata = GetWeather::get($rpt);
|
||||
var_dump($rpt, $wxdata);
|
Loading…
Add table
Add a link
Reference in a new issue