dailyprog

1.2.3 • Public • Published


DailyProg
DailyProg

Fetch coding questions from the r/dailyprogrammer subreddit easily from your terminal. No need to open your browser.

Gitter

Build WithInstallationUsageCreditsSupportLicense

DEMO GIF

Build With

Node

Installation

With npm installed, run

$ npm install -g dailyprog

Usage

$ dailyprog -q <questionNumber> -d <difficultyLevel>

Options

Options:
      --help        Show help                                          [boolean]
      --version     Show version number                                [boolean]
  -q, --question    Enter the question number                [string] [required]
  -d, --difficulty  Choose a difficulty level                [string] [required] [choices: "easy", "intermediate", "hard"]
                   

Examples

# Shorter Way
$ dailyprog -q 120 -d easy

# Longer Way
$ dailyprog --question 120 --difficulty easy

Credits

This software uses the following open source packages:

Support

If you found my project helpful, give it a

License

ISC


GitHub @anirudh-pandey  · 

Package Sidebar

Install

npm i dailyprog

Weekly Downloads

0

Version

1.2.3

License

ISC

Unpacked Size

18.1 kB

Total Files

6

Last publish

Collaborators

  • blake007