node-lolibooru

0.0.3 • Public • Published

lolibooru

An Node.js module designed to use the Lolibooru API.

How to Use

var Lolibooru = require("node-lolibooru");
var loli = new Lolibooru();
 
 
loli.getLoli(1, 1, "1girl").then((data) => { console.log(data) })

NPM Package: https://www.npmjs.com/package/node-lolibooru

Documentation:

.getLoli(limit, page, tags)

limit: The limit of posts, max is 320 page: The page number you want tags: The tags you want to use

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i node-lolibooru

    Weekly Downloads

    11

    Version

    0.0.3

    License

    MIT

    Last publish

    Collaborators

    • ayaashameimaru