New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

giphy-wrapper

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

giphy-wrapper

A simple wrapper for the giphy public api

latest
Source
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

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

Keywords

giphy

FAQs

Package last updated on 25 Jul 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts