0.5.11 • Published 6 years ago

masteranime-scrapper v0.5.11

Weekly downloads
8
License
MIT
Repository
github
Last release
6 years ago

Masteranime Scrapper

Build Status npm version Dependency Status DevDependency Status License Doge

A scrapper for Masteranime.

This package is part of the SourceScrapper-Project.

Getting Started

Installation

$ npm i masteranime-scrapper

Usage

const { MasteranimeScrapper } = require('masteranime-scrapper');

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

API

The API generated with TypeDoc can be found here.

0.5.11

6 years ago

0.5.10

6 years ago

0.5.9

6 years ago

0.5.7

6 years ago

0.5.6

6 years ago

0.5.5

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

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.4

6 years ago

0.3.3

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago