https://github.com/rorpage/gee-bee
An app that alerts you if it detects airplane tail numbers in flight!
https://github.com/rorpage/gee-bee
adsb airplane airplanes aviation flight-tracking go golang hacktoberfest
Last synced: 5 months ago
JSON representation
An app that alerts you if it detects airplane tail numbers in flight!
- Host: GitHub
- URL: https://github.com/rorpage/gee-bee
- Owner: rorpage
- License: mit
- Created: 2024-10-22T22:35:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-12T18:34:57.000Z (11 months ago)
- Last Synced: 2025-07-12T19:38:17.936Z (11 months ago)
- Topics: adsb, airplane, airplanes, aviation, flight-tracking, go, golang, hacktoberfest
- Language: Go
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gee Bee
An app that alerts you if it detects airplane tail numbers in flight!
### Quick notes
- This app uses quite a bit of code and logic from [Jetspotter](https://github.com/vvanouytsel/jetspotter). Many thanks to [Vincent](https://github.com/vvanouytsel) for his wonderful work there!
- There is an example config file included that you can modify for your own needs. Make a copy of it and name it `config.yml` or `config.yaml`. Sensible defaults are included the app if you'd like to testdrive it first.
# Taskfile tasks
- `build`: build the app as an executable
- `format`: format all of the code to Golang standards
- `run`: run the app
For instance, `task run` will run the app and pull config values from a `config.yml`, `config.yaml`, or environment variables.