LuckyYam / nhentai-pdf

NPM package to be used for getting the holy numbers in pdf 🌚 Welcome to the Darkness

Home Page:https://www.npmjs.com/package/@shineiichijo/nhentai-pdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nhentai-pdf

I don't own this project. This is just a fork of nhentai-pdf

NPM package to be used for getting the holy numbers in pdf 🌚 Welcome to the Darkness

Methods Availables:

validate:

it checks if the doujin exists.
returns boolean

fetch:

it fetches the doujin information.
returns a promise

save:

it sends the buffer as a pdf.
returns a promise

Usage:

const { Doujin } = require('@shineiichijo/nhentai-pdf')
const doujin = new Doujin('https://nhentai.net/g/366327/')
doujin.validate().then(console.log)
doujin.fetch().then(console.log)
doujin.save().then(console.log)

About

NPM package to be used for getting the holy numbers in pdf 🌚 Welcome to the Darkness

https://www.npmjs.com/package/@shineiichijo/nhentai-pdf

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 93.4%Language:JavaScript 6.6%