https://github.com/synthesized-infinity/redditit
https://github.com/synthesized-infinity/redditit
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/synthesized-infinity/redditit
- Owner: Synthesized-Infinity
- License: gpl-3.0
- Created: 2021-04-21T07:56:33.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-21T08:32:56.000Z (about 5 years ago)
- Last Synced: 2025-02-25T11:18:40.600Z (over 1 year ago)
- Language: TypeScript
- Size: 18.6 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
```