PrashanthaTP / leetcode-client

Node Application to Consume Leetcode Api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Node Application to Consume Leetcode Api

License:MIT License


Languages

Language:JavaScript 98.1%Language:Shell 1.9%