friendica-addons/geonames
nupplaPhil 1ce63185ab
Move Config::get() to DI::config()->get()
2020-01-19 21:21:12 +01:00
..
config
lang
templates
README.md [geonames] Add link to base service website in README 2019-05-08 08:51:54 -04:00
geonames.css
geonames.php Move Config::get() to DI::config()->get() 2020-01-19 21:21:12 +01: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/addon.config.php

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

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