My own radar view
Application to show the own radar data from https://opensky-network.org/.
Example: https://radar.gise.at
To get data from OpenSky Network your need a proxy for the authentification.
proxy.php
<?php
$p = $_GET['p'];
$path = "https://{{Username}}:{{Password}}@opensky-network.org/".$p;
echo file_get_contents($path);
?>
npm install
grunt watch