giphy-wrapper

v0.0.3
A simple wrapper for the giphy public api
giphy gif api

node-giphy

A wrapper for the giphy public API

Usage

Use to query the giphy api

Get some fancy gifs already!

Currently implemented:

Search

Do a search for keywords

Params

string keyword
int limit (default 25, max 100)
int offset
string rating (default 'g' (y,g, pg, pg-13 or r))

Recent

Examples


var giphy = require('giphy-wrapper')('YOUR_API_KEY');

giphy.search('otters', 10, 0, 'g',function (err, data) {
    if (err) {
        // check error
    }

    // use data, returns the data as an object
});

Test

make test
npm i giphy-wrapper

Metadata

  • Unknown
  • >=0.10.x
  • Patrik Ring
  • released 7/25/2016

Downloads

Maintainers