You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

nonimageapi

Package Overview
Dependencies
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nonimageapi

An image api for you to have fun

1.0.8
latest
Source
npmnpm
Version published
Maintainers
3
Created
Source

NonImageApi (Beta)

  • An api for your Discord bot, for FREE!

How to use?

const NonImageApi = require('nonimageapi');
const images = new NonImageApi();
async function memes() {
let meme = await images.memes();
console.log(meme); // Returns json url
}
meme();
const NonImageApi = require('nonimageapi');
const images = new NonImageApi();

async function cats() {
  let cat = await images.cats();
  console.log(cat)
}
cats()

All functions

memes() - Return a reddit meme image url (json) cats() - Return a reddit cat image url (json)

Coming Soon

  • More functions for our API
  • Typescript
  • AND MORE!!

Thanks to contributors

M. Experimental

ImmaUGC

ApenasIgorDev

Keywords

api

FAQs

Package last updated on 15 Jul 2021

Did you know?

Socket

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