A minimal web app for Raspberry Pi Zero 2 W + HyperPixel TFT. Shows the nearest plane, direction, and distance in nautical miles with a glassmorphic, Apple-inspired UI.
-
Install dependencies:
pnpm install # or npm install -
Start the server:
node server.js
-
Open
index.htmlin your browser (kiosk mode recommended).
index.html– UIplane-tracker.js– logicserver.js– Node.js proxystyle.css– glassmorphic styling
MIT