Skip to content

Files

Latest commit

4cc9917 · Oct 24, 2022

History

History
21 lines (16 loc) · 537 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 537 Bytes

Leetcode Api Client

Node JS client to consume Leetcode Proxy API

Usage

Leetcode Api Client (v1.0.0)
Command Line arguments:
-h / --help                         : Print Help
-d / --get-daily-challenge-question : Print Leetcode Daily Challenge Question Content To Stdout
-o / --output                       : File to which stdout will be written

To get daily challenge question description in markdown format

npm run start -- -d --output daily_challenge.md