mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-02 21:31:04 +00:00
16 lines
458 B
Markdown
16 lines
458 B
Markdown
Geonames Addon
|
|
==============
|
|
|
|
Authors Mike Macgirvin.
|
|
|
|
Use [Geonames service](https://www.geonames.org) to resolve nearest populated location for given latitude, longitude.
|
|
|
|
## Installation
|
|
|
|
Pre-requisite: Register a username at https://www.geonames.org/login and set it in `config/addon.config.php`
|
|
|
|
'geonames' => [
|
|
'username' => 'your_username'
|
|
],
|
|
|
|
Also visit https://geonames.org/manageaccount and enable access to the free web services.
|