source-scraper-dom-runner
TypeScript icon, indicating that this package has built-in type declarations

1.0.8 • Public • Published

source-scraper-dom-runner

Build Status npm version Dependency Status DevDependency Status License Doge

Provides the DomRunner class for scrapping.

This package is part of the SourceScraper-Project.

Getting Started

Installation

$ npm i source-scraper-dom-runner

Usage

const { DomRunner } = require('source-scraper-dom-runner');
 
(async () => {
    const url = 'some url';
    const data = await new DomRunner().run(url, args => {
        // Extract data using args
    });
    // Do something with extracted data
})();

API

The API generated with TypeDoc can be found here.

/source-scraper-dom-runner/

    Package Sidebar

    Install

    npm i source-scraper-dom-runner

    Weekly Downloads

    39

    Version

    1.0.8

    License

    MIT

    Unpacked Size

    14.8 kB

    Total Files

    18

    Last publish

    Collaborators

    • openbyte