@ozuchi/mangadex-api
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

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.

/@ozuchi/mangadex-api/

    Package Sidebar

    Install

    npm i @ozuchi/mangadex-api

    Weekly Downloads

    3

    Version

    2.0.1

    License

    MIT

    Unpacked Size

    25.8 kB

    Total Files

    56

    Last publish

    Collaborators

    • ozuchi.dev