UNPKG

redditimage

Version:

Gets a random image from a subreddit

15 lines (10 loc) 220 B
# RedditImage Gets a random image from a subreddit **Install** ``` npm install --save redditimage ``` ```js let reddit = require('redditimage'); reddit('Awwnime').then(image => console.log(image)); ```