Skip to content

let web-scraper-chrome-extension parser function run on node

Notifications You must be signed in to change notification settings

shang-package/website-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

website-parser

description

let web-scraper-chrome-extension parser functions run on node

example

let config = {
  sitemap: 'export from web-scraper-chrome-extension',
  html: 'the page html',
};

require('website-parser')(config)
  .then(function (data) {
    console.log('data:', data);
  });

About

let web-scraper-chrome-extension parser function run on node

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published