friendica-addons/geonames
2022-05-02 12:26:36 +02:00
..
config
lang DA DK translation for various addons added THX atjn 2022-05-02 12:26:36 +02:00
templates [various] Convert addon_settings hook functions to the new data array format 2021-11-29 06:55:16 -05:00
geonames.php [various] Convert addon_settings hook functions to the new data array format 2021-11-29 06:55:16 -05:00
README.md

Geonames Addon

Authors Mike Macgirvin.

Use Geonames service 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.