Skip to content

Commit db95ce0

Browse files
committed
Merge branch 'main' of github.com:grega/flight-finder
2 parents 62be3d9 + 5d4800e commit db95ce0

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,17 @@ https://blog.gregdev.com/posts/2025-11-19-flight-finder-display
1010

1111
![ff-display-1](https://github.com/user-attachments/assets/16e42d57-3e22-4852-b11e-56f426f2234e)
1212

13+
***
14+
15+
There's also an [example Python script](examples/python-aircraft-monitor) for monitoring nearby aircraft by type, and alerting if certain conditions are met.
16+
17+
***
18+
1319
## Quick Start
1420

1521
### Prerequisites
1622

17-
- Python 3.8 or higher
18-
- pip
23+
- [asdf](https://asdf-vm.com/guide/getting-started.html)
1924

2025
### Installation
2126

examples/python-aircraft-monitor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Python aircraft monitor
22

3-
Uses the Flight Finder API to monitor for nearby flights matching an aircraft type, and then alerting if they match particular thresholds:
3+
Uses the Flight Finder API to monitor for nearby flights matching an aircraft type, and then alerting if they match particular conditions and thresholds:
44

55
https://github.com/grega/python-aircraft-monitor
66

0 commit comments

Comments
 (0)