An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![Leetcode Api Client](./docs/images/leetcode_client_banner_v4.png)

>
> 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
```