dailyprog
v1.2.3
Published
Fetches Coding Questions from the r/dailyprogrammer subreddit based on the question and difficulty entered.
Downloads
2
Readme
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 :star:
License
ISC
GitHub @anirudh-pandey ·