An open API service indexing awesome lists of open source software.

https://github.com/synthesized-infinity/redditit


https://github.com/synthesized-infinity/redditit

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# _**Redditit**_

> Simple Reddit srcaper

>




# Installation
```cmd
> npm i redditit
```

# Usage

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

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