1.0.8 • Published 3 years ago

nonimageapi v1.0.8

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

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

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.1-beta.2

3 years ago

1.0.1-beta.1

3 years ago

1.0.1-beta.0

3 years ago