An open API service indexing awesome lists of open source software.

https://github.com/tinovyatkin/google-localized-domain

Returns localized Google domain name (like google.co.uk) querying by country code (like GB)
https://github.com/tinovyatkin/google-localized-domain

country google

Last synced: 12 months ago
JSON representation

Returns localized Google domain name (like google.co.uk) querying by country code (like GB)

Awesome Lists containing this project

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

```js
const googleLocalizedDomain = require('@destinationstransfers/google-localized-domain');
const britainDomain = googleLocalizedDomain.getByCountryCode('GB'); // => '.google.co.uk'
```