0.0.6 • Published 3 years ago

badonker v0.0.6

Weekly downloads
228
License
MIT
Repository
github
Last release
3 years ago

npm npm install size CodeFactor

NPM


Installation

npm i badonker

Enhance and spice up your NSFW stuff with badonker.
Quick rewrite and animated object from scathach-api.

FunctionDescription
honkerGet a gif or animated URL of a honker
badonkersGet a gif or animated URL of a badonkers
hhonkerGet a gif or animated URL of a hentai honkwe
assGet a gif or animated URL of a ass
hassGet a gif or animated URL of a hentai ass
thiccGet a gif or animated URL of a thicc
hthiccGet a gif or animated URL of a hentai thicc
milfGet a gif or animated URL of a milf
hmilfGet a gif or animated URL of a hentai milf
milkGet a gif or animated URL of a milk
hmilkGet a gif or animated URL of a hentai milk
bootyGet a gif or animated URL of a booty
hbootyGet a gif or animated URL of a hentai booty
bellyGet a gif or animated URL of a belly
hbellyGet a gif or animated URL of a hentai belly
gifTitsGet a gif or animated URL of a tits
gifPussyGet a gif or animated URL of a pussy
gifAssGet a gif or animated URL of a ass
gifMissionaryGet a gif or animated URL of a army
gifCowgirlGet a gif or animated URL of a cow gurl
gifBjGet a gif or animated URL of a bj
gifCumshotsGet a gif or animated URL of a cumshots
ahegaoGet a gif or animated URL of a ahegao
randomGet a gif or animated URL of as random

NSFW example

Await/Async

const client = require("badonker");
const honker = new client();

async function test() {
  console.log(await honker.nsfw.ass());
}

test();

Promise

const client = require("badonker");
const honker = new client();

honker.bulknsfw.ass().then((honker) => {
  console.log(honker);
});

Bulk NSFW example (5)

Await/Async

const client = require("badonker");
const honker = new client();

async function test() {
  console.log(await honker.bulknsfw.booty());
}

test();

Promise

const client = require("badonker");
const honker = new client();

honker.bulknsfw.booty().then((honker) => {
  console.log(honker);
});

Advanced examples

How to import either nsfw or bulknsfw if you would like to do so.

with nsfw

const client = require("badonker");
const { nsfw } = new client();

nsfw.gifBj().then((gifBj) => console.log(gifBj));

with bulknsfw

const client = require("badonker");
const { bulknsfw } = new client();

bulknsfw.gifBj().then((gifBj) => console.log(gifBj));
0.0.3

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.6

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago