1.0.0 • Published 10 years ago

dankmemes v1.0.0

Weekly downloads
84
License
MIT
Repository
github
Last release
10 years ago

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

1.0.0

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago

0.0.4

10 years ago