Skip to content

Commit 4cc9917

Browse files
committed
Docs: Add usage info
1 parent 683b5f1 commit 4cc9917

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,19 @@
33
>
44
> Node JS client to consume Leetcode Proxy API
55
>
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

Comments
 (0)