From 8054a6c637d55ecee0b74c84cff260281e63ba81 Mon Sep 17 00:00:00 2001 From: altf4arnold Date: Tue, 19 Mar 2024 00:19:50 +0100 Subject: [PATCH] instructions --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a05371a..a594b3d 100644 --- a/README.md +++ b/README.md @@ -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) \ No newline at end of file +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. \ No newline at end of file