This package has been deprecated

Author message:

WARNING: This project has been renamed to kissanime-scraper. Install using kissanime-scraper instead.

kissanime-scrapper
TypeScript icon, indicating that this package has built-in type declarations

0.3.10 • Public • Published

Kissanime Scrapper

Build Status npm version Dependency Status DevDependency Status License Doge

A scrapper for Kissanime.

This package is part of the SourceScrapper-Project.

Getting Started

Installation

$ npm i kissanime-scrapper

Usage

const { KissanimeScrapper } = require('kissanime-scrapper');
 
(async () => {
    const url = 'some url';
    const scrap = await KissanimeScrapper.scrap(url);
    if (scrap.success)
        console.log(scrap.data.hosters);
})();

API

The API generated with TypeDoc can be found here.

Package Sidebar

Install

npm i kissanime-scrapper

Weekly Downloads

0

Version

0.3.10

License

MIT

Unpacked Size

13.5 kB

Total Files

14

Last publish

Collaborators

  • openbyte