https://github.com/prashanthatp/leetcode-client
Node Application to Consume Leetcode Api
https://github.com/prashanthatp/leetcode-client
api client javascript leetcode leetcode-api nodejs
Last synced: about 1 month ago
JSON representation
Node Application to Consume Leetcode Api
- Host: GitHub
- URL: https://github.com/prashanthatp/leetcode-client
- Owner: PrashanthaTP
- License: mit
- Created: 2022-10-22T18:59:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-24T20:04:23.000Z (over 3 years ago)
- Last Synced: 2025-08-15T22:51:17.097Z (9 months ago)
- Topics: api, client, javascript, leetcode, leetcode-api, nodejs
- Language: JavaScript
- Homepage:
- Size: 158 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

>
> 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
```bash
npm run start -- -d --output daily_challenge.md
```