1.0.2 • Published 8 years ago

giffer-adapter-tumblr v1.0.2

Weekly downloads
1
License
ISC
Repository
github
Last release
8 years ago

giffer-adapter-tumblr

This is a simple giffer adapter for tumblr.

Usage

All you need to start off with is a API consumer key and a tumblr blog with funny GIFs on it.

var AdapterTumblr = require('giffer-adapter-tumblr')

var adapter = new AdapterTumblr({
  consumerKey: '<your-consumer-key>',
  tumblr: 'really-funny-gifs.tumblr.com'
})

adapter.start()

adapter.on('gif', ())