mirror of
https://github.com/cporter202/API-mega-list
synced 2026-04-06 22:16:49 +00:00
added generate_readme.js
This commit is contained in:
@@ -113,6 +113,8 @@ for (const category of sortedCategories) {
|
||||
const categoryActors = actorsByCategory[category];
|
||||
const { readable, anchor } = formatCategoryName(category);
|
||||
|
||||
// GitHub automatically creates anchors from headers
|
||||
// Format: lowercase, spaces become hyphens
|
||||
content += `## ${readable}\n\n`;
|
||||
content += `*${categoryActors.length.toLocaleString()} APIs*\n\n`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user