friendica-addons/geonames
2018-12-26 10:20:18 -05:00
..
config
lang
geonames.css
geonames.php Replace deprecated Addon::*registerHook by Hook::*register 2018-12-26 10:20:18 -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 geonames.org and set in config/addon.config.php

'geonames' => [
    'username' => 'your_username'
],

Also visit http://geonames.org/manageaccount and enable access to the free web services.