View the map below to see the latest position of the Ice Team. Co-ordinates are updated automatically every hour.
-
[insert_php]
$ch = curl_init();
-
Windspeed
‘;
print_r($data->weather->wind_speed);
echo ‘knots -
Temperature
‘;
print_r($data->weather->temperature);
echo ‘C -
Pressure
‘;
print_r($data->weather->pressure);
echo ‘mB -
Altitude
‘;
print_r($data->weather->altitude);
echo ‘M -
Visibility
‘;
print_r($data->weather->visibility);
[/insert_php]
curl_setopt($ch, CURLOPT_URL, “http://tcj.theappchaps.co.uk/api/0/latest”);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, TRUE);
$data=curl_exec($ch);
curl_close($ch);
$data=json_decode($data);
echo ‘
‘;
echo ‘
‘;
echo ‘
‘;
echo ‘
‘;
echo ‘