Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/husain3012/leetcoder
Leetcode API
https://github.com/husain3012/leetcoder
dsa dsa-algorithm interview-preparation leetcode ranking-system
Last synced: about 1 month ago
JSON representation
Leetcode API
- Host: GitHub
- URL: https://github.com/husain3012/leetcoder
- Owner: husain3012
- Created: 2023-04-11T01:50:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-25T13:29:46.000Z (11 months ago)
- Last Synced: 2024-05-18T02:49:24.794Z (7 months ago)
- Topics: dsa, dsa-algorithm, interview-preparation, leetcode, ranking-system
- Language: TypeScript
- Homepage: https://leetcoder.husainshahidrao.com
- Size: 443 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Leetcode API
## Table of Contents
- [Leetcode API](#leetcode-api)
- [Table of Contents](#table-of-contents)
- [About ](#about-)
- [Getting Started ](#getting-started-)
- [Usage ](#usage-)
- [Local](#local)
- [Deployed](#deployed)Serverless leetcode api to get public user info from leetcode.com
```bash
git clone [email protected]:husain3012/leetcode-api.git
cd leetcode-api
yarn
yarn dev
```### Local
```bash
http://localhost:3000/api/leetcode/username
```### Deployed
```bash
https://leetcoder.vercel.app/api/leetcode/username
```