gifcities

1.0.2 • Public • Published

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://...
})

Package Sidebar

Install

npm i gifcities

Weekly Downloads

3

Version

1.0.2

License

MIT

Last publish

Collaborators

  • karlbright