dankmemes

1.0.0 • Public • Published

Pull the image URLs of the dankest memes for use in your website, app, etc

To install:

npm install dankmemes

Example:

var memes = require('dankmemes');
memes('day', 2, function(err, data) {
    console.log("The 2 most dankest memes of the day: " + JSON.stringify(data));
});

Documentation

(timeLimit, numLimit, callback)

timeLimit can be hour, day, week, month, year, all
numLimit can be any number
callback will either have an error or data: see above

Package Sidebar

Install

npm i dankmemes

Weekly Downloads

7

Version

1.0.0

License

MIT

Last publish

Collaborators

  • snaheth