1.3.0 • Published 3 years ago

hanime.tv v1.3.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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.

1.3.0

3 years ago

1.2.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago

0.0.1

3 years ago