This package has been deprecated

Author message:

WARNING: This project has been renamed to source-scraper-dom-runner. Install using source-scraper-dom-runner instead.

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

0.6.10 • Public • Published

SourceScrapper-DomRunner

Build Status npm version Dependency Status DevDependency Status License Doge

Provides the DomRunner class for scrapping.

This package is part of the SourceScrapper-Project.

Getting Started

Installation

$ npm i sourcescrapper-dom-runner

Usage

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

API

The API generated with TypeDoc can be found here.

/sourcescrapper-dom-runner/

    Package Sidebar

    Install

    npm i sourcescrapper-dom-runner

    Weekly Downloads

    2

    Version

    0.6.10

    License

    MIT

    Unpacked Size

    17.1 kB

    Total Files

    18

    Last publish

    Collaborators

    • openbyte