mirror of
https://github.com/cporter202/API-mega-list
synced 2026-04-06 22:16:49 +00:00
cleaned up readme
This commit is contained in:
@@ -4,6 +4,14 @@
|
||||
|
||||
**The most comprehensive collection of APIs on GitHub** - 10,498 ready-to-use APIs for building everything from simple automations to full-scale applications.
|
||||
|
||||
---
|
||||
|
||||
**If this repo has helped you, consider buying me a coffee! ☕**
|
||||
|
||||
*Your support keeps me creating valuable repos and keeping everything up to date.*
|
||||
|
||||
<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>
|
||||
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
@@ -112,6 +112,10 @@ const totalActors = actors.length - filteredCount;
|
||||
let content = `<div align="center">\n\n`;
|
||||
content += `# 🚀 API Mega List\n\n`;
|
||||
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`;
|
||||
content += `---\n\n`;
|
||||
content += `**If this repo has helped you, consider buying me a coffee! ☕**\n\n`;
|
||||
content += `*Your support keeps me creating valuable repos and keeping everything up to date.*\n\n`;
|
||||
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`;
|
||||
content += `</div>\n\n`;
|
||||
|
||||
content += `---\n\n`;
|
||||
|
||||
Reference in New Issue
Block a user