1.0.0-beta • Published 3 years ago

berk-api.js v1.0.0-beta

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

Get Started

For support join our Support Server!

Installation

With npm:

$ npm i berk-api.js@latest

With yarn:

$ yarn add berk-api.js@latest

Usage

const berk = require("berk-api.js");
let pablo = berk.pablo("No memes allowed in general!", false);

pablo.then((r) => console.log(r)); 

This will log in console https://api.berk404.ga/pablo?text=No+memes+allowed+in+general%21!

All available methods can be found down below.

FunctionRequired ParametersDefaultDescriptionExample Usage
pablo()text, everyoneundefined, falseMakes pablo say the given text, second argument is whether pablo mentions everyone or not.pablo("Hello m'lady")
anycard()image, {text1, text2, text3}, {color1, color2, color3}, {color1, color2, color3}, backgroundundefinedReturns a card with the given image and text, background and colors are optional.anycard("https://cdn.discordapp.com/avatars/551786741296791562/b57386832e12ec4577554fd123ba0961.webp?size=2048", {text1: "Head text here", text2: "Second text here", text3: "Third text here"})
overlay()type, imageundefinedReturns the given image on the given type of overlay. Available types can be found here!overlay("bravery", "https://cdn.discordapp.com/avatars/551786741296791562/b57386832e12ec4577554fd123ba0961.webp?size=2048")
whoreallyis()imageundefinedReturns the given image on whoreallyis meme.whoreallyis("https://cdn.discordapp.com/avatars/551786741296791562/b57386832e12ec4577554fd123ba0961.webp?size=2048")
angrymob()text1, text2undefinedReturns angry mob meme with the given text. text1 is top text, text2 is bottom text.angrymob("BDFD is.....", "The best coding lang!")
uglier()imageundefinedReturns the given image on the "It's even uglier up close." meme.uglier(https://cdn.discordapp.com/avatars/551786741296791562/b57386832e12ec4577554fd123ba0961.webp?size=2048)
info()noneundefinedReturns package infoinfo.version
isbeautiful()imageundefinedReturns the given image on the this is beautiful meme.isbeautiful(https://cdn.discordapp.com/avatars/551786741296791562/b57386832e12ec4577554fd123ba0961.webp?size=2048)
blocks()imageundefinedReturns the image on a Minecraft-like mine on the center.blocks(https://cdn.discordapp.com/avatars/551786741296791562/b57386832e12ec4577554fd123ba0961.webp?size=2048)
trash()imageundefinedReturns the image on a pop-up to confirm the deletion of this trash.trasg(https://cdn.discordapp.com/avatars/551786741296791562/b57386832e12ec4577554fd123ba0961.webp?size=2048)
iFearNoMan()imageundefinedReturns the given image on the I fear no man meme.iFearNoMan(https://cdn.discordapp.com/avatars/551786741296791562/b57386832e12ec4577554fd123ba0961.webp?size=2048)
billy()textundefinedReturns the given text on the "Shoot him again" meme.billy('BDFD sucks.. admit it
1.0.0-beta

3 years ago

0.0.8-beta

3 years ago

0.0.7-beta

3 years ago

0.0.6-beta

3 years ago

0.0.5-beta

3 years ago

0.0.4-beta

3 years ago

0.0.3-beta

3 years ago

0.0.2-beta

3 years ago

0.0.1-beta

3 years ago