0.6.10 • Published 6 years ago

sourcescrapper-dom-runner v0.6.10

Weekly downloads
5
License
MIT
Repository
github
Last release
6 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

6 years ago

0.6.9

6 years ago

0.6.8

6 years ago

0.6.6

6 years ago

0.6.5

6 years ago

0.6.4

6 years ago

0.6.3

6 years ago

0.6.2

6 years ago

0.6.1

6 years ago

0.6.0

6 years ago

0.5.4

6 years ago

0.5.3

6 years ago

0.5.2

6 years ago

0.5.1

6 years ago

0.5.0

6 years ago

0.4.3

6 years ago

0.4.2

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago