gif-finder

1.7.0 • Public • Published

This module

gifFinder allow you to find gif by one key word in js



Import module


const gifFinder = require('gif-finder').gifFinder

Find gif

all function must be start with await ^^


const gifFinder = require('gif-finder').gifFinder

async function getGif() {
    let res = await gifFinder('shearch')

    console.log(res)
}

getGif()

Package Sidebar

Install

npm i gif-finder

Weekly Downloads

3

Version

1.7.0

License

ISC

Unpacked Size

5.44 kB

Total Files

6

Last publish

Collaborators

  • yokachi