You can use this tool to calculate total flight time and night time for your flight.
Just open https://flight.flaps-and-throttles.com and use it.
You also can use a docker:
docker pull vsimakhin/flight:latest
docker run --rm -it -p 4000:4000 vsimakhin/flight:latestThen you can open it in your browser http://localhost:4000
- Update: Airport DB.
- Update: Golang and npm packages/security patches.
The full changelog is here
The main airport database source is https://github.com/mwgg/Airports
The file airport.json has to be converted (to reduce the size and make it in more convinient format) with a follow script
jq -c 'to_entries | map({icao: .key} + .value)' airports.json > app/db/airports.json📖 Check out the EASA logbook project.
Backend:
- chi web-server https://github.com/go-chi/chi
- go-solar https://github.com/mstephenholl/go-solar
- testify https://github.com/stretchr/testify
Frontend:
- ViteJS https://vite.dev/
- React https://react.dev/
- Material UI https://mui.com/material-ui/
- Material Toolpad core https://mui.com/toolpad/core/introduction/
- Openlayers https://openlayers.org/
- dayjs https://github.com/iamkun/dayjs
- TanStack Query https://tanstack.com/query/
- arc.js https://github.com/springmeyer/arc.js
