Socket
Socket
Sign inDemoInstall

nhentai-pdf

Package Overview
Dependencies
3
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    nhentai-pdf

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


Version published
Weekly downloads
25
decreased by-46.81%
Maintainers
1
Install size
22.0 MB
Created
Weekly downloads
 

Readme

Source

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('../dist')
const doujin = new Doujin('https://nhentai.net/g/366327/')
doujin.validate().then(console.log)
doujin.fetch().then(console.log)
doujin.save().then(console.log)

Keywords

FAQs

Last updated on 19 Jul 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc