instructions

This commit is contained in:
Arnold Dechamps 2024-03-19 00:19:50 +01:00
parent 36e0ce98fc
commit 8054a6c637
No known key found for this signature in database
GPG key ID: AE66543374E41C89

View file

@ -1,7 +1,9 @@
# 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](https://www.flightaware.com/commercial/aeroapi)
Said API requires an API key. More info [here](https://www.flightaware.com/commercial/aeroapi)
# Config.py :
The example file needs to be copied as config.py. There, you can configure the API key and airport that interests you.