friendica-addons/geonames
Hypolite Petovan f93a1a45cc [geonames] Remove unused admin settings functions
- Reformat code
- Remove uninstall function that doesn't include specific code besides hooks
2019-05-08 00:44:43 -04:00
..
config
lang
templates [geonames] Remove unused admin settings functions 2019-05-08 00:44:43 -04:00
geonames.css
geonames.php [geonames] Remove unused admin settings functions 2019-05-08 00:44:43 -04:00
README.md [geonames] Remove unused admin settings functions 2019-05-08 00:44:43 -04:00

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.