Forecasts | Graphs\n\n";
echo "This page is currently slow - image caching coming one day.
\n\n";
echo "Temperature / Rainfall
\n\n";
file_put_contents("temp.png", file_get_contents("https://sojpublicdata.blob.core.windows.net/jerseymet/Town/internet.Temperature.png"));
file_put_contents("rain.png", file_get_contents("https://sojpublicdata.blob.core.windows.net/jerseymet/Town/internet.Rainfall.png"));
echo "

";
echo "UV index / Wind
\n\n";
file_put_contents("uv.png", file_get_contents("https://sojpublicdata.blob.core.windows.net/jerseymet/Town/internet.UV.png"));
file_put_contents("wind.png", file_get_contents("https://sojpublicdata.blob.core.windows.net/jerseymet/Town/internet.Wind.png"));
echo "

";
?>
Source?