mirror of
https://github.com/jlu5/SupyPlugins.git
synced 2025-04-28 22:41:06 -05:00
NuWeather: fix Markdown syntax from last commit
[skip ci]
This commit is contained in:
parent
31e33babdd
commit
d3dcfcc9b0
@ -64,7 +64,7 @@ config plugins.NuWeather.DBAddressingMode nicks
|
||||
* Apixu provides weather lookup by place name directly, and does not need further configuration.
|
||||
* Dark Sky requires a separate lookup to translate place names into GPS coordinates, a process known as **geocoding**.
|
||||
|
||||
The default backend for geocoding is [OpenStreetMap's Nominatim]((https://nominatim.openstreetmap.org/)) service, and can be configured via the `plugins.NuWeather.geocodeBackend` option.
|
||||
The default backend for geocoding is [OpenStreetMap's Nominatim](https://nominatim.openstreetmap.org/) service, and can be configured via the `plugins.NuWeather.geocodeBackend` option.
|
||||
|
||||
Other supported options include [Google Maps](https://developers.google.com/maps/documentation/geocoding/start) and [OpenCage](https://opencagedata.com/),
|
||||
which may provide more relevant results for North America (e.g. U.S. ZIP codes). These services both require API keys: [Google Maps](https://developers.google.com/maps/documentation/geocoding/get-api-key) (credit card required) | [OpenCage](https://opencagedata.com/api)
|
||||
|
Loading…
x
Reference in New Issue
Block a user