website-parser

0.0.6 • Public • Published

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);
  });

Readme

Keywords

none

Package Sidebar

Install

npm i website-parser

Weekly Downloads

0

Version

0.0.6

License

LGPLv3

Unpacked Size

66 kB

Total Files

6

Last publish

Collaborators

  • xinshangshangxin