friendica-addons/geonames
Tobias Diekershoff 1e60ac18cf DE addon translation update 2022-01-22 18:52:57 +01:00
..
config [geonames] Update config file style/name 2018-11-25 02:11:53 -05:00
lang DE addon translation update 2022-01-22 18:52:57 +01:00
templates [various] Convert addon_settings hook functions to the new data array format 2021-11-29 06:55:16 -05:00
README.md [geonames] Add link to base service website in README 2019-05-08 08:51:54 -04: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.