Detalhes do pacote

0000000r34api

Yokachi55ISC1.6.0



api, hentai, hentai-api, nsfw

readme (leia-me)

This module

r34.api allow you to shearch Rule34 content with a symple systeme and a big API



Import module


const r34API = require('r34.api')


Find image

rule34 function must be start with await ^^


const r34API = require('r34.api')

async function getPic() {
    let image = await r34API.rule34(['pussy','lesbian'])
    console.log(image)
}

getPic()