# nhentaidownloader

> Download your favorite nHentai into a buffer zip!

Latest version **1.1.6** (published 2021-07-05) · MIT license · 0 weekly downloads

## Install

```sh
npm install nhentaidownloader
pnpm add nhentaidownloader
yarn add nhentaidownloader
bun add nhentaidownloader
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.6 |
| Published | 2021-07-05 |
| First published | 2020-04-06 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 4.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | tawan475 |
| Maintainers | tawan475 |
| Keywords | nhentai, downloader |

## Links

- npm: https://www.npmjs.com/package/nhentaidownloader
- Repository: https://github.com/tawan475/nhentaidownloader
- Homepage: https://github.com/tawan475/nhentaidownloader#readme
- Issues: https://github.com/tawan475/nhentaidownloader/issues
- npm.io page: https://npm.io/package/nhentaidownloader

## Dependencies (3)

- [axios](https://npm.io/package/axios.md) latest
- [adm-zip](https://npm.io/package/adm-zip.md) latest
- [axios-retry](https://npm.io/package/axios-retry.md) latest

## Recent versions

- 1.1.6 (latest) — 2021-07-05
- 1.1.5 — 2020-04-19
- 1.1.4 — 2020-04-06
- 1.1.3 — 2020-04-06
- 1.1.2 — 2020-04-06
- 1.1.1 — 2020-04-06
- 1.1.0 — 2020-04-06
- 1.0.0 — 2020-04-06

## README

<div align="center">
  <p>
    <a href="https://nodei.co/npm/nhentaidownloader/"><img src="https://nodei.co/npm/nhentaidownloader.png"></a>
  </p>
  <p>
    <a href="https://www.npmjs.com/package/nhentaidownloader"><img src="https://img.shields.io/npm/dt/nhentaidownloader"></a>
    <a href="https://www.npmjs.com/package/nhentaidownloader"><img src="https://img.shields.io/npm/v/nhentaidownloader"></a>
    <a href="https://www.npmjs.com/package/nhentaidownloader"><img src="https://img.shields.io/npm/l/nhentaidownloader"></a>
  </p>
</div>

# nhentaidownloader

nhentaidownloader is a downloader for your favorite nHentai!
Only one parameter is required which is the ID

## Example
```js
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

---
_Source: https://npm.io/package/nhentaidownloader · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
