-
Notifications
You must be signed in to change notification settings - Fork 710
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Flight Overhead: Use schema.Location and provide better descriptions …
…for default values in schema fields (#1781)
- Loading branch information
1 parent
a0e1107
commit 60fc8f8
Showing
2 changed files
with
80 additions
and
138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,42 @@ | ||
# Flight Overhead for Tidbyt | ||
|
||
Uses AirLabs or OpenSky to find the flight overhead a location. | ||
Use AirLabs or OpenSky to find the flight overhead a location. By default, OpenSky is the provider. An optional OpenSky account can be used to extend the request quota. An AirLabs API Key is required to use AirLabs as the provider. | ||
|
||
>>> | ||
name = "Provider (Required)", | ||
desc = "The provider for the data" | ||
|
||
name = "Location (Required)", | ||
desc = "The decimalized latitude and longitude to search" | ||
|
||
name = "Radius", | ||
desc = "The radius (in nautical miles) to search" | ||
|
||
name = "AirLabs API Key", | ||
desc = "An AirLabs API Key is required to use AirLabs as the provider" | ||
|
||
name = "OpenSky Username", | ||
desc = "An OpenSky account can be used to extend the request quota" | ||
|
||
name = "OpenSky Password", | ||
desc = "An OpenSky account can be used to extend the request quota" | ||
|
||
name = "Provider TTL Seconds", | ||
desc = "The number of seconds to cache results from the provider" | ||
|
||
name = "Show Route", | ||
desc = "Some providers can often display incorrect routes" | ||
|
||
name = "Limit", | ||
desc = "Limit the number of results to display" | ||
|
||
name = "Return Message on Empty", | ||
desc = "The message to return if no flights are found" | ||
|
||
## Screenshot | ||
|
||
![Flight Overhead for Tidbyt](screenshot.png) | ||
|
||
## Credit | ||
|
||
Thank you to [The OpenSky Network](https://opensky-network.org), [HexDB](https://hexdb.io), and [ADSB.lol](https://www.adsb.lol) for providing free access to their data. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters