friendica-addons/geonames/README.md

467 B

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.