Skip to content

Commit b1b7805

Browse files
committed
cleaned up readme
1 parent 5681d80 commit b1b7805

2 files changed

Lines changed: 34 additions & 3 deletions

File tree

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,27 @@
88

99
---
1010

11+
### 📊 Repository Stats
12+
13+
<img src="https://img.shields.io/badge/APIs-10,498-blue?style=for-the-badge&logo=api" alt="Total APIs">
14+
<img src="https://img.shields.io/badge/Categories-18-green?style=for-the-badge&logo=tag" alt="Categories">
15+
<img src="https://img.shields.io/badge/Status-Active-success?style=for-the-badge&logo=check-circle" alt="Status">
16+
<img src="https://img.shields.io/badge/Updated-Daily-brightgreen?style=for-the-badge&logo=clock" alt="Updated">
17+
18+
---
19+
20+
### ⭐ Star This Repository
21+
22+
**If this API list has helped you, please consider giving it a star! ⭐**
23+
24+
*Your support helps others discover this valuable resource and keeps me motivated to maintain and update it regularly.*
25+
26+
<a href="https://github.com/cporter202/API-mega-list/stargazers" target="_blank"><img src="https://img.shields.io/github/stars/cporter202/API-mega-list?style=for-the-badge&logo=github&color=yellow&label=Stars" alt="GitHub Stars"></a>
27+
28+
---
29+
30+
### ☕ Support the Creator
31+
1132
**If this repo has helped you, consider buying me a coffee! ☕**
1233

1334
*Your support keeps me creating valuable repos and keeping everything up to date.*

settings/generate_readme_clean.js

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,15 +112,25 @@ const totalActors = actors.length - filteredCount;
112112
// Generate README content
113113
let content = `<div align="center">\n\n`;
114114
content += `# 🚀 API Mega List\n\n`;
115+
content += `<img src="https://firebasestorage.googleapis.com/v0/b/facesift.firebasestorage.app/o/user_uploads%2F83EXwNWgaKe1BHmyd9ISw3HCEfi2%2F1765301877738-Generated%20Image%20December%2009%2C%202025%20-%2012_37PM.jpeg?alt=media&token=e2e9e673-ff88-4683-a0b0-9eb3aeeb9559" alt="API Mega List" style="max-width: 100%; height: auto;">\n\n`;
115116
content += `**The most comprehensive collection of APIs on GitHub** - ${totalActors.toLocaleString()} ready-to-use APIs for building everything from simple automations to full-scale applications.\n\n`;
116117
content += `---\n\n`;
118+
content += `### 📊 Repository Stats\n\n`;
119+
content += `<img src="https://img.shields.io/badge/APIs-${totalActors.toLocaleString()}-blue?style=for-the-badge&logo=api" alt="Total APIs">\n`;
120+
content += `<img src="https://img.shields.io/badge/Categories-${sortedCategories.length}-green?style=for-the-badge&logo=tag" alt="Categories">\n`;
121+
content += `<img src="https://img.shields.io/badge/Status-Active-success?style=for-the-badge&logo=check-circle" alt="Status">\n`;
122+
content += `<img src="https://img.shields.io/badge/Updated-Daily-brightgreen?style=for-the-badge&logo=clock" alt="Updated">\n\n`;
123+
content += `---\n\n`;
124+
content += `### ⭐ Star This Repository\n\n`;
125+
content += `**If this API list has helped you, please consider giving it a star! ⭐**\n\n`;
126+
content += `*Your support helps others discover this valuable resource and keeps me motivated to maintain and update it regularly.*\n\n`;
127+
content += `<a href="https://github.com/YOUR_USERNAME/YOUR_REPO_NAME/stargazers" target="_blank"><img src="https://img.shields.io/github/stars/YOUR_USERNAME/YOUR_REPO_NAME?style=for-the-badge&logo=github&color=yellow&label=Stars" alt="GitHub Stars"></a>\n\n`;
128+
content += `---\n\n`;
129+
content += `### ☕ Support the Creator\n\n`;
117130
content += `**If this repo has helped you, consider buying me a coffee! ☕**\n\n`;
118131
content += `*Your support keeps me creating valuable repos and keeping everything up to date.*\n\n`;
119132
content += `<a href="https://buymeacoffee.com/viralwavestudio" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>\n\n`;
120133
content += `</div>\n\n`;
121-
content += `<div align="center">\n\n`;
122-
content += `<img src="https://firebasestorage.googleapis.com/v0/b/facesift.firebasestorage.app/o/user_uploads%2F83EXwNWgaKe1BHmyd9ISw3HCEfi2%2F1765301877738-Generated%20Image%20December%2009%2C%202025%20-%2012_37PM.jpeg?alt=media&token=e2e9e673-ff88-4683-a0b0-9eb3aeeb9559" alt="API Mega List" style="max-width: 100%; height: auto;">\n\n`;
123-
content += `</div>\n\n`;
124134

125135
content += `---\n\n`;
126136

0 commit comments

Comments
 (0)