UNPKG

reddit-api-image-getter

Version:

CLI tool and Node.js library to fetch and download images from Reddit subreddits.

5 lines (3 loc) 128 B
const RedditEntry = require("./RedditEntry"); class RedditImageEntry extends RedditEntry {} module.exports = RedditImageEntry;