2.3.0 • Published 6 years ago

liveuamp_scraper_pro v2.3.0

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

#Liveuamp scraper This simple package will scrape liveuamap

#basic usage

//INSTRUCTIONS include this library in to your project and you may use it like this code example below
const LIVEUAMAP= require("liveuamp_scraper_pro");
const LIVEUAMAP_SCRAPE= LIVEUAMAP.crawlLiveMap;
const LIVEUAMAP_COORD= LIVEUAMAP.grabCoordinations;
    LIVEUAMAP_SCRAPE("ukraine").then(data=>{
      
        LIVEUAMAP_COORD(data).then(coords=>{
            condole.log(coords)
        })  
    })
//INSTRUCTIONS their are over 12 regions to choose from
const liveuamap = [
    'syria',
    'ukraine',
    'isis',
    'mideast',
    'europe',
    'america',
    'asia',
    'world',
    'africa',
    'usa'
]
// all the liveuaap regions
//Make sure to pass in the correct one to the LIVEUAMAP_SCRAPE method;
2.3.0

6 years ago

2.2.0

6 years ago

2.1.0

6 years ago

2.0.0

6 years ago

1.0.0

6 years ago