gif-meme-fetcher
v2.1.6
Published
A Package which allows you to Fetch Funny Gif's and Memes
Downloads
4
Readme
gif-meme-fetcher
A Package which allows you to Fetch Funny Gif's and Memes
Installation
NPM
npm install gif-meme-fetcher
YARN
yarn add gif-meme-fetcher
Usage
Initialize Client
const { GMF } = require('gif-meme-fetcher');
const gmfClient = new GMF({
tenorApiKey: "YOUR_TENOR_API_KEY",
})
Fetch GIF
gmfClient.Gif({
limit: 10,
query: "QUERY"
})
Fetch Meme
gmfClient.Meme({
limit: 10,
type: "normal" // Normal by Default, you can choose it to be DANK or NORMAL
})