A display for airport departures
Find a file
2024-03-18 22:03:14 +01:00
.github dependabot 2024-03-18 22:03:14 +01:00
.gitignore Initial commit 2024-03-18 19:42:44 +01:00
config.py Adding the airport ICAO code and the comments 2024-03-18 21:56:39 +01:00
datapull.py making the program listen to the airport ICAO code in config 2024-03-18 21:58:29 +01:00
LICENSE Initial commit 2024-03-18 19:42:44 +01:00
README.md README 2024-03-18 21:54:55 +01:00
requirements.in dependencies 2024-03-18 21:48:40 +01:00
requirements.txt dependencies 2024-03-18 21:48:40 +01:00

flight-screen-info

Will end up being a little flask site that provides the departure schedule of whatever airport you choose (like they do in real airports)

API :

This program uses the API of Flightaware. Said API requires an API key. More info here