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)
Simple Reddit srcaper
> npm i redditit
const reddit = require('reddit')
//import * as reddit from 'reddit'
//get random post from a subreddit
reddit.getRandomPost('pokemon').then(console.log)
npm i redditit
1
1.0.0
ISC
43.7 kB
13