Socket
Socket
Sign inDemoInstall

jeja-api

Package Overview
Dependencies
16
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    jeja-api

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


Version published
Weekly downloads
0
Maintainers
1
Install size
2.90 MB
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 28 May 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc