IT translation update blackout addon THX Sylke Vicious
[friendica-addons.git/.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/addon.config.php`
11
12     'geonames' => [
13         'username' => 'your_username'
14     ],
15
16 Also visit https://geonames.org/manageaccount and enable access to the free web services.