UNPKG

factbook

Version:

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

9 lines (8 loc) 162 B
export interface ImageScrapableObject { fileName: string; options: { url: string; dest: string; timeout: number; }; }