1.1.8 • Published 4 years ago

otakugifs-wrapper v1.1.8

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

OtakuGifs Wrapper

NOTE: I am NOT affiliated with OtakuGifs in anyway.

This is a simple wrapper for the OtakuGifs API, you need a valid API key for this to work.

Gif names: angrystare, bite, bleh, blush, brofist, celebrate, cheers, clap, confused, cry, cuddle, dance, drool, embarrassed, handhold, happy, headbang, hug, kiss, laugh, lick, love, mad, nervous, no, nom, pat, peek, pinch, poke, pout, punch, roll, run, sad, scared, shrug, shy, sigh, sip, slap, sleep, smack, smile, smug, sorry, stare, surprised, thumbsup, tickle, tired, wave, wink, yawn, yay, yes

Syntax:

const { gifs } = require("otakugifs-wrapper");
const gifHandler = new gifs("Your api key here");
gifHandler.gif_name_here();

Usage:

const { account, gifs } = require("otakugifs-wrapper");
const accountHandler = new account("Your api key here");
const gifHandler = new gifs("Your api key here");

const resetKey = async () => {
    return await accountHandler.reset_key(); // Returns new API key.
};

const smile = async () => {
    return await gifHandler.get('smile'); // Returns a URL.
};
1.1.8

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.1.2

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago