File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,16 @@ print(response)
78
78
79
79
Note: ` response ` can be None
80
80
81
+ ## Data Sources
82
+
83
+ - APRS location data provided by [ aprs.fi] ( https://aprs.fi/page/api )
84
+ - Weather data provided by [ open-meteo] ( https://open-meteo.com/en/docs )
85
+ - Weather watches, warnings and alerts provided by [ weather.gov] ( https://www.weather.gov/documentation/services-web-api )
86
+ - Reverse geocoding provided by [ Nominatim] ( https://nominatim.org/release-docs/develop/api/Overview/ )
87
+ - Band conditions and space weather provided by [ hamsql.com] ( https://www.hamqsl.com/#addrssxml )
88
+ - FFC call sign information provided by [ FCC public access] ( https://www.fcc.gov/uls/transactions/daily-weekly#weekly-files ) program
89
+ - Web search and news results provided by the [ Bing Search API] ( https://www.microsoft.com/en-us/bing/apis/bing-web-search-api )
90
+
81
91
## License
82
92
83
93
` aprs-assistant ` is distributed under the terms of the [ MIT] ( https://spdx.org/licenses/MIT.html ) license.
You can’t perform that action at this time.
0 commit comments