Skip to content

Commit 217008d

Browse files
authored
Updated readme to credit data sources. (#10)
* Updated readme to credit data sources.
1 parent 86ff245 commit 217008d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,16 @@ print(response)
7878

7979
Note: `response` can be None
8080

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+
8191
## License
8292

8393
`aprs-assistant` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.

0 commit comments

Comments
 (0)