Please sign in to access this page
The ultimate flight tracking android application, featuring advanced searching, and a live map of 9000+ aircraft
jay
Check their project out: middling about madison
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Added the following:
- A map of all live flights (does not include transoceanic ones due to some data source issues)
- Pressing a plane on the live map shows a bunch of info about it
The reason this took so long is that i initially used leaflet which was buggy af, then tried mapbox-gl for a while but paid, then ended up going with openlayers. As there isnt a lot of info on this about svelte, it took me a while.
This time also includes improvements on the api side, such as adding more data to the flight routes, etc
This is the inital devlog as i first decided to include this now.
It includes the backend api, and tauri w/ svelte mobile app
The backend has apis to fetch airlines, aircraft registrations, airports, callsigns (aka routes usually). And it also has auth; and a api giving all live flights and a endpoint to search all data, only for the app, not for public use.
The mobile app rn only has search, but im working on adding the live map rn