0.0.2 • Published 9 years ago

givemegifs v0.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
9 years ago

###Simple test for getting gifs.

CLI

If installed globally From the command line run gmg <search term here> it will return a random gif

Module

  1. install module npm install givemegifs
  2. Include the module and run like the following:
givemegifs.randomly('hello', function(res){
	console.log("your gif data is", res.data.image_url);
});
0.0.2

9 years ago

0.0.1

9 years ago