friendica-addons/geonames
Tobias Diekershoff 1c677722b3 translations updates for 2023.03 2023-04-09 07:58:49 +02:00
..
config [various] Remove config/addon.config.php in favor of per-addon configuration file 2022-11-20 11:43:42 -05:00
lang translations updates for 2023.03 2023-04-09 07:58:49 +02:00
templates [various] Convert addon_settings hook functions to the new data array format 2021-11-29 06:55:16 -05:00
README.md [various] Remove config/addon.config.php in favor of per-addon configuration file 2022-11-20 11:43:42 -05:00
geonames.php [various] Remove App dependency from hook functions 2023-01-13 21:16:09 -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.