@localsimp/hentaihaven
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

HentaiHaven API

This package access hentaihaven's undocumented API

NOTE: due to hentaihaven's rather dead status, this package may not remain supported for long

"This fork is now supported since I've changed the url to the new one. Woo hoo!" - LocalSimp

Usage

const { HentaiHavenAPI } = require('hentaihaven');

const api = new HentaiHavenAPI();

const search = await api.search('query');

const video = search.results[0];
const video_image = await api.get_video_image(video);
const video_series = await api.get_video_series(video);

Readme

Keywords

Package Sidebar

Install

npm i @localsimp/hentaihaven

Weekly Downloads

0

Version

2.0.1

License

ISC

Unpacked Size

24.2 kB

Total Files

38

Last publish

Collaborators

  • localsimp