]> git.mxchange.org Git - friendica-addons.git/blob - geonames/README.md
Merge pull request #841 from annando/no-queue
[friendica-addons.git] / geonames / README.md
1 Geonames Addon
2 ==============
3
4 Authors Mike Macgirvin.
5
6 Use Geonames service to resolve nearest populated location for given latitude, longitude.
7
8 ## Installation
9
10 Pre-requisite: Register a username at geonames.org and set in `config/addon.config.php`
11
12     'geonames' => [
13         'username' => 'your_username'
14     ],
15
16 Also visit http://geonames.org/manageaccount and enable access to the free web services.