2.1.6 • Published 3 months ago

gif-meme-fetcher v2.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

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
})

License

MIT

Author

2.1.6

3 months ago

2.1.5

3 months ago

2.1.0

3 months ago

2.0.2

7 months ago

2.0.1

7 months ago

2.0.0

7 months ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago