]> git.mxchange.org Git - friendica-addons.git/blob - geonames/README.md
Changes:
[friendica-addons.git] / geonames / README.md
1 Geonames Addon
2 ==============
3
4 Authors Mike Macgirvin.
5
6 Use [Geonames service](https://www.geonames.org) to resolve nearest populated location for given latitude, longitude.
7
8 ## Installation
9
10 Pre-requisite: Register a username at https://www.geonames.org/login and set it in `config/geonames.config.php`:
11
12         return [
13                 'geonames' => [
14                         'username' => 'your_username'
15                 ],
16         ];
17
18 Also visit https://geonames.org/manageaccount and enable access to the free web services.