redditimage
v0.0.1
Published
Gets a random image from a subreddit
Readme
RedditImage
Gets a random image from a subreddit
Install
npm install --save redditimagelet reddit = require('redditimage');
reddit('Awwnime').then(image => console.log(image));
