diff --git a/README.md b/README.md index eb244ea..1d216c7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 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) - +![Alt screenshot of the flask app runing](screenshot.png) ## API : This program uses the API of Flightaware. Said API requires an API key. More info [here](https://www.flightaware.com/commercial/aeroapi) diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..2f79802 Binary files /dev/null and b/screenshot.png differ