0.4.10 • Published 7 years ago

streamcloud-scrapper v0.4.10

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

Streamcloud Scrapper

Build Status npm version Dependency Status DevDependency Status License Doge

A scrapper for Streamcloud.

This package is part of the SourceScrapper-Project.

Getting Started

Installation

$ npm i streamcloud-scrapper

Usage

const { StreamcloudScrapper } = require('streamcloud-scrapper');

(async () => {
    const url = 'some url';
    const scrap = await StreamcloudScrapper.scrap(url);
    if (scrap.success)
        console.log(scrap.data.sources);
})();

API

The API generated with TypeDoc can be found here.

0.4.10

7 years ago

0.4.9

7 years ago

0.4.8

7 years ago

0.4.6

7 years ago

0.4.5

7 years ago

0.4.4

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.5

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.0

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago