Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

leetcode-public-api

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

leetcode-public-api

  • 0.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-85.71%
Maintainers
1
Weekly downloads
 
Created
Source

Project logo

LeetCode Public API

Status GitHub Issues GitHub Pull Requests License


An unofficial public API for LeetCode with full type support!

📝 Table of Contents

🧐 About

I small package written in typescript to fetch public stats of a LeetCode profile. This API makes call to leetcode.com so abusing it might lead to rate limiting your IP.

🏁 Getting Started

Installing

  • Using yarn

    yarn add @husain3012/leetcode-public-api
    
  • Using npm

    npm i @husain3012/leetcode-public-api
    

Usage

  1. Import

    import {getLCAccount} from "@husain3012/leetcode-public-api"
    
  2. Use

    const leetCodeAccount = await getLCAccount('username')
    

Functions

fetchAccount = (username:string) => Promise<status:number, statusText:string, data:string|null>
parse = (profile_html:string) => ILeetCodeUser

FAQs

Package last updated on 10 Jun 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc