0.3.10 • Published 7 years ago

sourcescrapper-url-runner v0.3.10

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

SourceScrapper-UrlRunner

Build Status npm version Dependency Status DevDependency Status License Doge

Provides the UrlRunner class for scrapping.

This package is part of the SourceScrapper-Project.

Getting Started

Installation

$ npm i sourcescrapper-url-runner

Usage

const { UrlRunner } = require('sourcescrapper-url-runner');

(async () => {
    const url = 'some url';
    const data = await UrlRunner.run(url, args => {
        // Extract data using args
    });
    // Do something with extracted data
})();

API

The API generated with TypeDoc can be found here.

0.3.10

7 years ago

0.3.9

7 years ago

0.3.8

7 years ago

0.3.6

7 years ago

0.3.5

7 years ago

0.3.4

7 years ago

0.3.3

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.5

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

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