verystream-scraper-standalone
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Verystream Scraper

Build npm version License Downloads

A scraper for Verystream.

This package is NOT YET part of the SourceScraper-Project.

Only a standalone module.

Getting Started

Installation

$ npm i verystream-scraper-standalone

Usage

const { VerystreamScraper } = require('verystream-scraper-standalone');
 
(async () => {
    const url = 'some url';
    const scrap = await new VerystreamScraper().scrap(url);
    if (scrap.success)
        console.log(scrap.data.sources);
})();

Package Sidebar

Install

npm i verystream-scraper-standalone

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

16.3 kB

Total Files

20

Last publish

Collaborators

  • matejturay