2.3.1-0 • Published 4 years ago
cli-reddit v2.3.1-0
CLI-Reddit
How to install
Install as package
npm install cli-redditInstall as CLI
npm install cli-reddit -gImporting
Import the entire package
import reddit from 'cli-reddit'Import only specific methods
import { homepost,top } from 'cli-reddit'Functionalities in this package are
- Homepost
- Top
- New
- Rising
- Search
All these methods are async(await) since they make web requests
How to use as CLI
General usage
reddit [OPTIONS]Commands
reddit homepostThis command is used to view a random post in home section of reddit
reddit topThis command is used to view a random post in top section of reddit
reddit newThis command is used to view a random post in new section of reddit
reddit risingThis command is used to view a random post in rising section of reddit
reddit search <value> <type>This command intiates the search query against the value which you enter and the type of request like
- Only posts
- Only Communities and Users
reddit --helpTo know more about commands enter the above command\ This package makes use of common js module export and ES module export\
Package/App info
Author
Prajwal R
License
ISC