1.1.0 • Published 3 years ago

leeter v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

leeter

License: Apache 2.0 coverage

leeter is a project that provides an interface to the node.js environment for the leetcode api. Its initial goal is to provide a stable way for leetcode application development, so that we can learn algorithms more easily. It will provide leetcode user login, algorithm list, algorithm details, comments, solution and discussion api, etc.

Getting Started

Installation

To use leeter in your project, run:

npm i leeter
# or "yarn add leeter"

Usage

Example - Initialize Leet instance and get data:

Save file as example.js

import { leetMaker } from 'leeter'

const leet = leetMaker({ cookie: '<YOUR_COOKIE>' })

const questionList = await leet.problemsetQuestionList()

Execute script on the command line

node example.js

You will be provided with question set data.

1.1.0

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago