Skip to content

vsimakhin/flight

Repository files navigation

Flight by Flaps & Throttles

You can use this tool to calculate total flight time and night time for your flight.

Flight by Flaps & Throttles

Usage

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:latest

Then you can open it in your browser http://localhost:4000

Changelog

[0.0.6] - 07.03.2026

  • Update: Airport DB.
  • Update: Golang and npm packages/security patches.

The full changelog is here

Airport DB

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

Related Projects

📖 Check out the EASA logbook project.

Used libraries

Backend:

Frontend:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors