doujinshi

0.0.4 • Public • Published

doujinshi.js

doujinshi.js is a simple doujinshi metadata search module for nodejs. https://www.doujinshi.org/

How to install

npm install doujinshi

Example code

const doujinshi = require("doujinshi")
 
doujinshi("path_to_image")
  .then(result => {
    console.log(result)
  })

"path_to_image" is

  • path/to/image.jpg
  • path/to/image.jpeg
  • path/to/image.png
  • path/to/image.gif

or

Command line interface

doujinshi page0001.jpg
doujinshi https://example.com/page0001.jpg

Dependencies (5)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i doujinshi

    Weekly Downloads

    9

    Version

    0.0.4

    License

    MIT

    Unpacked Size

    17.5 kB

    Total Files

    14

    Last publish

    Collaborators

    • ryohey