This library use API tokens from following third-party geolocation providers:
- Google Geolocation;
- Mozilla Geolocation;
- Yandex.Locator.
In order to use this library, you need to receive API tokens:
Library need at least one token from supported providers, forwarded as parameter:
gg_apikey
- Google Geolocation;mm_apikey
- Mozilla Geolocation;ya_apikey
- Yandex.Locator.
Application need at least one token from supported providers, forwarded as environment variables:
APIKEY_GOOGLE
- Google Geolocation;APIKEY_MOZILLA
- Mozilla Geolocation;APIKEY_YANDEX
- Yandex.Locator.