friendica-addons/geonames
Hypolite Petovan d836593a3b Replace x() by !empty() or defaults()
- Remove extraneous parentheses around !empty()
2018-11-30 09:11:56 -05:00
..
config [geonames] Update config file style/name 2018-11-25 02:11:53 -05:00
lang NL translation THX JeroenED 2018-08-25 21:12:02 +02:00
README.md [geonames] Update config file style/name 2018-11-25 02:11:53 -05:00
geonames.css some files were executable, now they are not 2017-12-07 14:26:26 +01:00
geonames.php Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -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.