let web-scraper-chrome-extension parser functions run on node
let config = {
sitemap: 'export from web-scraper-chrome-extension',
html: 'the page html',
};
require('website-parser')(config)
.then(function (data) {
console.log('data:', data);
});