0.6.10 • Published 7 years ago

sourcescrapper-dom-runner v0.6.10

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

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.

0.6.10

7 years ago

0.6.9

7 years ago

0.6.8

7 years ago

0.6.6

7 years ago

0.6.5

7 years ago

0.6.4

7 years ago

0.6.3

7 years ago

0.6.2

7 years ago

0.6.1

7 years ago

0.6.0

7 years ago

0.5.4

7 years ago

0.5.3

7 years ago

0.5.2

7 years ago

0.5.1

7 years ago

0.5.0

7 years ago

0.4.3

7 years ago

0.4.2

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago