npm.io
1.6.0 • Published 2 years ago

0000000r34api

Licence
ISC
Version
1.6.0
Deps
2
Size
2 kB
Vulns
1
Weekly
0

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