@destinationstransfers/google-localized-domain
v2.0.18
Published
Returns Google localized domain (like google.co.uk) querying by country code (like 'GB') or language code (like 'en-GB')
Downloads
18
Maintainers
Readme
google-localized-domain
Returns localized Google domain name (like google.co.uk) querying by country code (like GB), uses official Google domains list. Sync and superfast.
Usage
const googleLocalizedDomain = require('@destinationstransfers/google-localized-domain');
const britainDomain = googleLocalizedDomain.getByCountryCode('GB'); // => '.google.co.uk'