1.0.0 • Published 4 years ago

api2-nhentai-net v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

nhentai.net API

A API wrapper that reads the HTML of the site and extracts info

This library supports fetching:

  • Manga,
  • List of Manga,
  • tags/characters/parodies/catagories/groups/artists

Install

npm install --save api-nhentai-net

API

const NHentaiAPI = require('api-nhentai-net') 
const api = new NHentaiAPI();
api.manga.id(295051).then((manga)=> console.log(JSON.stringify(manga, null, 2)));