0.2.10 • Published 6 years ago

gogoanime-scrapper v0.2.10

Weekly downloads
1
License
MIT
Repository
github
Last release
6 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

6 years ago

0.2.9

6 years ago

0.2.8

6 years ago

0.2.6

6 years ago

0.2.5

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.4

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago