Skip to content

YuzuTheNeko/hanime.tv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published