friendica-addons/geonames
Hypolite Petovan 2fc7356cf4 [various] Set config loaded from default values to SOURCE_STATIC
- This prevents from clobbering values loaded from base `config/` folder
2022-11-20 12:44:53 -05:00
..
config
lang
templates
geonames.php [various] Set config loaded from default values to SOURCE_STATIC 2022-11-20 12:44:53 -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/geonames.config.php:

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

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