An app that alerts you if it detects airplane tail numbers in flight!
- This app uses quite a bit of code and logic from Jetspotter. Many thanks to Vincent 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.ymlorconfig.yaml. Sensible defaults are included the app if you'd like to testdrive it first.
build: build the app as an executableformat: format all of the code to Golang standardsrun: run the app
For instance, task run will run the app and pull config values from a config.yml, config.yaml, or environment variables.