.github | ||
static | ||
templates | ||
.gitignore | ||
app.py | ||
config.example.py | ||
datapull.py | ||
LICENSE | ||
README.md | ||
requirements.in | ||
requirements.txt |
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
Config.py :
The example file needs to be copied as config.py. There, you can configure the API key and airport that interests you.
datapull.py :
This file will pull the data from flightaware's server and print it on the terminal
Flask :
To start flask, flask run
You can then go on https://127.0.0.1:5000