1.6.0 • Published 3 months ago

0000000r34api v1.6.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 months ago

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()