gifcities
A simple wrapper around the Geocities Animated GIF Search Engine
Please consider donating to help The Internet Archive continue to provide "Universal Access to All Knowledge".
GifCities is a special project of the Internet Archive to celebrate 20 years of preserving the web. Internet Archive is a non-profit digital library of millions of free books, movies, software, music, websites, and more.
const gifcities = require('gifcities');
gifcities('taylor swift', function (err, gifs) {
const gif = gifs[0]
console.log(gifs.length)
console.log(gif.width)
console.log(gif.height)
console.log(gif.page)
console.log(gif.url)
})