friendica-addons/geonames
Philipp Holzer 6520bd77d9
Template Engine with Subdirectory
- Use explicit root path for template engine
- Replace "__DIR__" calls in addons with subdirectories
- Fixes local tests, where call is made out of '/' and not '/vagrant/'
2020-04-26 15:45:25 +02:00
..
config [geonames] Update config file style/name 2018-11-25 02:11:53 -05:00
lang geonames FR translation update THX ButterflyOfFire 2020-03-29 19:07:57 +02:00
templates [geonames] Remove unused admin settings functions 2019-05-08 00:44:43 -04:00
README.md [geonames] Add link to base service website in README 2019-05-08 08:51:54 -04:00
geonames.css some files were executable, now they are not 2017-12-07 14:26:26 +01:00
geonames.php Template Engine with Subdirectory 2020-04-26 15:45:25 +02: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.