Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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
  • npm
  • Socket score

Version published
Weekly downloads
7
Maintainers
3
Weekly downloads
 
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

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc