Infers the best TripAdvisor domain for a given locale


Keywords
i18n, tripadvisor, locales, locale, language, languages
License
Apache-2.0
Install
npm install tripadvisor-locales@1.0.586

Documentation

tripadvisor-locales

NPM version Downloads

Infers the best TripAdvisor URL for a given locale.

Usage

Install the library with npm install tripadvisor-locales

var TripadvisorLocales = require('tripadvisor-locales').TripadvisorLocales;

TripadvisorLocales.bestDomainFor('en_US'); //-> 'www.tripadvisor.com'
TripadvisorLocales.bestDomainFor("en_CA"); //-> 'www.tripadvisor.ca'

TripadvisorLocales.bestPageUrlFor({locale: 'en_US', locationId:'1234'}); //-> 'https://www.tripadvisor.com/1234'