0.0.2 • Published 9 years ago
givemegifs v0.0.2
###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
- install module
npm install givemegifs
- Include the module and run like the following:
givemegifs.randomly('hello', function(res){
console.log("your gif data is", res.data.image_url);
});