UNPKG

factbook

Version:

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

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