friendica-addons/geonames
2021-10-26 21:44:28 +02:00
..
config
lang added AR translations to the Friendica addons 2021-10-10 12:55:16 +02:00
templates
geonames.css
geonames.php Refactoring Core class structures ... 2021-10-26 21:44:28 +02: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.