UNPKG

factbook

Version:

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

14 lines (13 loc) 723 B
export { consts } from './constants/constants'; export { store } from './constants/globalStore'; export { ImageScrapableObject } from './models/image-scrapable-object'; export { downloadImage } from './utils/download-image'; export { downloadImages } from './utils/download-images'; export { flushStore } from './utils/flush-store'; export { getCountryURL } from './utils/get-country-url'; export { loadFiles } from './utils/load-files'; export { saveFiles } from './utils/save-files'; export { getCountriesData } from './utils/get-countries-data'; export { getCountryData } from './utils/get-country-data'; export { getCountries } from './utils/get-countries'; export { getImages } from './utils/get-images';