nhentaidownloader

1.1.6 • Public • Published

nhentaidownloader

nhentaidownloader is a downloader for your favorite nHentai! Only one parameter is required which is the ID

Example

const fs = require('fs');
const nhdl = require('nhentaidownloader');

var ID = "177013";

nhdl(ID).then(buffer => {
  fs.writeFileSync(`./${ID}.zip`, buffer);
});

nhdl(ID)

This function take an nHentai ID and return with zip buffer promise

Readme

Keywords

Package Sidebar

Install

npm i nhentaidownloader

Weekly Downloads

19

Version

1.1.6

License

MIT

Unpacked Size

4.89 kB

Total Files

5

Last publish

Collaborators

  • tawan475