gifcities
v1.0.2
Published
Simple wrapper around the Geocities Animated GIF Search Engine
Downloads
5
Maintainers
Readme
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) // 1
console.log(gif.width) // 200
console.log(gif.height) // 100
console.log(gif.page) // http://...
console.log(gif.url) // http://...
})