liveuamp_scraper_pro

2.3.0 • Public • Published

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;

Readme

Keywords

none

Package Sidebar

Install

npm i liveuamp_scraper_pro

Weekly Downloads

1

Version

2.3.0

License

ISC

Unpacked Size

5.99 kB

Total Files

3

Last publish

Collaborators

  • microsomes