We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 683b5f1 commit 4cc9917Copy full SHA for 4cc9917
README.md
@@ -3,3 +3,19 @@
3
>
4
> Node JS client to consume Leetcode Proxy API
5
6
+
7
+## Usage
8
9
+```
10
+Leetcode Api Client (v1.0.0)
11
+Command Line arguments:
12
+-h / --help : Print Help
13
+-d / --get-daily-challenge-question : Print Leetcode Daily Challenge Question Content To Stdout
14
+-o / --output : File to which stdout will be written
15
16
17
+To get daily challenge question description in markdown format
18
19
+```bash
20
+npm run start -- -d --output daily_challenge.md
21
0 commit comments