Skip to content

Commit 385d6c3

Browse files
committed
2 parents 325e51b + a873408 commit 385d6c3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,13 @@ For more detailed information about the API, including request/response formats
136136

137137
Contributions, issues, and feature requests are welcome! Feel free to check the [issues page](https://github.com/chinxcode/leetScan-api/issues).
138138

139-
## 📝 License
139+
## 📝 Projects made with LeetScan
140140

141-
This project is [MIT](https://opensource.org/licenses/MIT) licensed.
141+
1. **[devArena Leaderboard](https://github.com/chinxcode/devArena-leaderboard):**
142+
This leaderboard application leverages the **[LeetScan API](https://github.com/chinxcode/leetscan-api)** to fetch coding profiles from LeetCode and display relevant statistics. It retrieves data from MongoDB and is built using Express.js with dotenv for environment variables, mongoose for database interactions, and express-rate-limit for rate limiting. Additionally, it includes CORS for unrestricted origins, making it a robust and secure solution for managing developer leaderboards.
143+
144+
2. **[Profile Data Handler](https://github.com/chinxcode/profile-data-handler):**
145+
This backend service integrates the **[LeetScan API](https://github.com/chinxcode/leetscan-api)** to handle user profile data efficiently. It fetches LeetCode statistics and provides APIs for CRUD operations, enabling seamless data management and integration with other systems. Designed with scalability and performance in mind, it is ideal for managing and analyzing user profiles.
142146

143147
---
144148

0 commit comments

Comments
 (0)