1.0.8 • Published 4 years ago
nonimageapi v1.0.8
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
1.0.8
4 years ago
1.0.7
5 years ago
1.0.6
5 years ago
1.0.5
5 years ago
1.0.3
5 years ago
1.0.2
5 years ago
1.0.1
5 years ago
1.0.1-beta.2
5 years ago
1.0.1-beta.1
5 years ago
1.0.1-beta.0
5 years ago