Skip to content

Simple unofficial https://jeja.pl wrapper to get random memes and jokes

Notifications You must be signed in to change notification settings

DiaxManPl/jeja-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jeja-api

What is it?

This is simple unofficial jeja wrapper to get random memes and jokes.

Examples

Get random meme

const jeja = require("jeja-api");
const test = async () => {
    const meme = await jeja.randomMeme();
    console.log(meme);
    // -> { image: imageUrl, name: memeName}
}
test()

Get random joke

const jeja = require("jeja-api");
const test = async () => {
    const joke = await jeja.randomJoke();
    console.log(joke);
    // -> joke text
}
test()

About

Simple unofficial https://jeja.pl wrapper to get random memes and jokes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published