hanime.tv
TypeScript icon, indicating that this package has built-in type declarations

1.3.0 • Public • Published

hanime.tv

NPM Version NPM Downloads

Table Of Contents

Links

Installing

Use npm i hanime.tv.

Example

Downloading a video

const { download } = require("hanime.tv")

download("url")
    .then(console.log)

Performing a search.

const { search } = require("hanime.tv")

search("itadaki")
    .then(v => v.videos)

Getting a specific video info.

const { getVideoInfo } = require("hanime.tv")

getVideoInfo(1315)
    .then(console.log)

Disclaimer

This package is still under development.

Readme

Keywords

none

Package Sidebar

Install

npm i hanime.tv

Weekly Downloads

1

Version

1.3.0

License

ISC

Unpacked Size

71.4 kB

Total Files

195

Last publish

Collaborators

  • ruben40000