net-submarine
v1.0.3
Published
A typescript library that help you intercept requests and extract and classify extracted data.
Downloads
3
Readme
net-submarine
A typescript library that help you intercept requests and extract and classify extracted data.
Usage Example
Create a page ( pupetter page):
const page = await netSubmarine.getPage(options);
In typescript you can then log all the alexa metrics found
netSubmarine.metrics.alexa(page, (alexaTracker: IAlexa) => {
console.log(alexaTracker);
})
Develope
Build
npm run build
Test
npm run test
npm run testWithCoverage
License
ISC License