Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 303 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 303 Bytes

Redditit

Simple Reddit srcaper



Installation

> npm i redditit

Usage

const reddit = require('reddit')
//import * as reddit from 'reddit'

//get random post from a subreddit
reddit.getRandomPost('pokemon').then(console.log)