Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 486 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 486 Bytes

leetcode-api

Leetcode API to fetch data about the problem

Cloning Repository

git clone https://github.com/Manraj-Mann/leetcode-api.git
cd leetcode-api

Installation

pip install -r requirements.txt

Using the program

python.exe app.py

Output after entering the link

{
    "q_number": "806",
    "title": "Domino and Tromino Tiling",
    "difficulty": "Medium", 
    "tags": ["Dynamic Programming"]

}