UNPKG

cia-world-leaders

Version:

Serves as an independent data scraping module, complete with ontology and full scraping ability for the CIA World Leaders site

8 lines (7 loc) 296 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var constants_1 = require("../constants/constants"); function getCountryURL(abbrev) { return constants_1.consts.BASE.URL_LEADER_BASE + abbrev.toUpperCase() + '.html'; } exports.getCountryURL = getCountryURL;