Show HN: Flights Directly Above Me(github.com) Hi HN,
aviation enthusiast often use Flightradar24 and other systems to find out what flights are directly above their location at any time. Inspired by a few other projects, I built a basic HTML + Javascript dashboard, that does the same, simulating an old school LED display. Enjoy the Github repo! How it works: Standard HTML page that loads the flightradar data in a specific location box that you specify. Because the free flightradar24 data is browser only, I used a corsproxy to get around loading issues. Everything works with the free versions, but if you hit limits, you can also specify a key to a paid CORS Proxy service. Once the data is loaded, JS refreshes it every 30 seconds. The HTML itself is refreshed once an hour, so even a dashboard you don't have access to would be updated from new changes. |
No comments yet