@ozuchi/mangadex-api
v2.0.1
Published
JavaScript/TypeScript unofficial API wrapper for Mangadex.
Downloads
5
Readme
mangadex-api
Overview
JavaScript/TypeScript unofficial API wrapper for Mangadex.
Getting Started
System Recommendations
- NodeJS 8+
Installation
npm install --save @ozuchi/mangadex-api
Quick Start
const MangadexApi = require('@ozuchi/mangadex-api').MangadexApi
const api = new MangadexApi()
console.log('getManga:', await api.getManga(30123))
console.log('getChapter:', await api.getManga(547671))
A better example usage can be found at examples/basics.js
file.
License
Open-source MIT.