README and files

This commit is contained in:
Arnold Dechamps 2024-03-20 02:05:18 +01:00
parent 0018e0542f
commit 1db76a8ab0
No known key found for this signature in database
GPG key ID: AE66543374E41C89
2 changed files with 8 additions and 1 deletions

View file

@ -7,3 +7,10 @@ Said API requires an API key. More info [here](https://www.flightaware.com/comme
# 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``

View file