0.0.1 • Published 4 years ago

redditimage.js v0.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

RedditImage.JS Makes coding easier than before! It helps you by getting the image from subreddits! Examples:

;(async() => {
    const api = require('redditimage.js');
    console.log(await api("subreddit"[, verbose is either true or false]));
})();

This returns an array with all images fetched.

api.fetched // Returns an array with all images fetched.
0.0.1

4 years ago