This package has been deprecated

Author message:

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

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

0.3.10 • Public • Published

SourceScrapper-HtmlRunner

Build Status npm version Dependency Status DevDependency Status License Doge

Provides the HtmlRunner class for scrapping.

This package is part of the SourceScrapper-Project.

Getting Started

Installation

$ npm i sourcescrapper-html-runner

Usage

const { HtmlRunner } = require('sourcescrapper-html-runner');

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

API

The API generated with TypeDoc can be found here.

Package Sidebar

Install

npm i sourcescrapper-html-runner

Weekly Downloads

5

Version

0.3.10

License

MIT

Unpacked Size

10.2 kB

Total Files

14

Last publish

Collaborators

  • openbyte