1.0.3 • Published 5 years ago

net-submarine v1.0.3

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

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

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago