2.3.1-0 • Published 3 years ago

cli-reddit v2.3.1-0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

CLI-Reddit

How to install

Install as package

npm install cli-reddit

Install as CLI

npm install cli-reddit -g

Importing

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 homepost

This command is used to view a random post in home section of reddit

reddit top

This command is used to view a random post in top section of reddit

reddit new

This command is used to view a random post in new section of reddit

reddit rising

This 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 --help

To 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

2.3.0

3 years ago

2.2.0

3 years ago

2.3.1-0

3 years ago

2.1.0

3 years ago

2.0.4

3 years ago

2.0.4-0

3 years ago

2.0.3-0

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago