0.2.10 • Published 7 years ago

gogoanime-scrapper v0.2.10

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

Gogoanime Scrapper

Build Status npm version Dependency Status DevDependency Status License Doge

A scrapper for Gogoanime.

This package is part of the SourceScrapper-Project.

Getting Started

Installation

$ npm i gogoanime-scrapper

Usage

const { GogoanimeScrapper } = require('gogoanime-scrapper');

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

API

The API generated with TypeDoc can be found here.

0.2.10

7 years ago

0.2.9

7 years ago

0.2.8

7 years ago

0.2.6

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

7 years ago

0.1.1

7 years ago