Skip to content

anirudh-pandey/daily-programmer-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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  · 

About

Fetches Coding Questions from the r/dailyprogrammer subreddit based on the question number and difficulty level entered.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published