A simple website that uses the API from the aprs.fi server information
The website can display the following information Name (Callsign), Location, Locator, Time, Last Time, Source Call, Destination Call, Comment, Path and also a map with the location of the displayed stations.
In the script.js file:
Change MYCALL-1 to your call sign.
const url = 'api-proxy.php?name=MYCALL-1&what=loc'
In the api-proxy.php file:
Change YOUR_API_KEY to your api key obtained from APRS.fi
$api_key = 'YOUR_API_KEY';
Try the demo here: aprs.ok1kky.cz
API provides by APRS.fi
Icons provided by aprs-symbols