8000 Update README · noworneverev/leetcode-api@bb8db35 · GitHub
[go: up one dir, main page]

Skip to content

Commit bb8db35

Browse files
committed
Update README
1 parent f88c99e commit bb8db35

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,27 @@
44

55
[![Deployed on Vercel](https://img.shields.io/badge/Deployed%20on-Vercel-black?logo=vercel)](https://leetcode-api-pied.vercel.app) [![FastAPI](https://img.shields.io/badge/Powered%20By-FastAPI-%2300C7B7?logo=fastapi)](https://fastapi.tiangolo.com) [![License](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)
66

7+
8+
### 🚀 Core Services
9+
- **Live Demo**: [leetcode-api-pied.vercel.app](https://leetcode-api-pied.vercel.app)
10+
- **Interactive Docs**: [docs.leetcode-api.vercel.app](https://leetcode-api-pied.vercel.app/docs)
11+
- **Google Sheet Integration**: [View Sheet](https://docs.google.com/spreadsheets/d/1sRWp95wqo3a7lLBbtNd_3KkTyGjx_9sctTOL5JOb6pA/edit?usp=sharing)
12+
*(Daily updated LeetCode question database with sorting/filtering)*
13+
714
A no-nonsense LeetCode API service for developers who want LeetCode data without the scraping headaches. Perfect for:
815
- Building coding portfolios 🖼️
916
- Tracking practice stats 📊
1017
- Creating LeetCode-powered apps 💻
1118
- Just messing around with API endpoints 🤹
1219

13-
**Live Demo**: https://leetcode-api-pied.vercel.app
14-
**Interactive Docs**: https://leetcode-api-pied.vercel.app/docs
15-
**LeetCode Google Sheet (Daily Update)**: https://docs.google.com/spreadsheets/d/1sRWp95wqo3a7lLBbtNd_3KkTyGjx_9sctTOL5JOb6pA
16-
> A spreadsheet with all LeetCode questions data, updated daily. Easily sort and filter by various metrics.
17-
18-
## 🚀 Quick Start
20+
## ⚡ Quick Start
1921

2022
```bash
2123
# Get today's daily challenge
2224
curl https://leetcode-api-pied.vercel.app/daily
2325

2426
# Find a question by ID/slug
25-
curl https://leetcode-api-pied.vercel.app/question/two-sum
27+
curl https://leetcode-api-pied.vercel.app/problem/two-sum
2628

2729
# Get user profile (try your LeetCode username!)
2830
curl https://leetcode-api-pied.vercel.app/user/lee215

0 commit comments

Comments
 (0)
0