UNPKG
pagehtml
Version:
latest (0.0.1)
0.0.1
A tool to grab and process a website's html.
github.com/jglauber/htmlScraper
jglauber/htmlScraper
pagehtml
/
index.js
8 lines
(6 loc)
•
122 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
/** * htmlPage module *
@module
htmlPage */
const
PageHTML
=
require(
'./src/htmlScraper'
);
module
.
exports
= PageHTML;