diff --git a/README.md b/README.md index 718b63f..0258493 100644 --- a/README.md +++ b/README.md @@ -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.* + +Buy Me A Coffee + --- diff --git a/generate_readme_clean.js b/generate_readme_clean.js index 3577a3d..77d4675 100644 --- a/generate_readme_clean.js +++ b/generate_readme_clean.js @@ -112,6 +112,10 @@ const totalActors = actors.length - filteredCount; let content = `
\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 += `Buy Me A Coffee\n\n`; content += `
\n\n`; content += `---\n\n`;