Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Animapi adalah library scrapper anime streaming dengan sangat cepat dan mudah digunakan.

Notifications You must be signed in to change notification settings

AntiDonasi/Animapi

 
 

Repository files navigation

Animapi

Animapi adalah library scrapper anime streaming dengan sangat cepat dan mudah digunakan.

npm version npm download npm license github stars


Installation

npm i animapi

Usage

import { Otakudesu } from "animapi";

const otakudesu = new Otakudesu();

/**
 * @return
 * {
 *    hasNext: true
 *    animes: [...]
 * }
 */
const res = await otakudesu.search({
  filter: {
    keyword: "kimetsu",
  },
});

Next Target 🥶

Provider Supports

About

Animapi adalah library scrapper anime streaming dengan sangat cepat dan mudah digunakan.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%