{"id":51242362,"url":"https://github.com/funnyhcat-dotcom/route-map-lite","last_synced_at":"2026-06-29T01:03:55.502Z","repository":{"id":368066968,"uuid":"1283432869","full_name":"funnyhcat-dotcom/route-map-lite","owner":"funnyhcat-dotcom","description":"Scan source code and generate a simple API route map.","archived":false,"fork":false,"pushed_at":"2026-06-28T23:28:00.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-29T00:06:06.623Z","etag":null,"topics":["api","cli","developer-tools","express","fastify","markdown","nextjs","nodejs","routes"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/funnyhcat-dotcom.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-28T23:27:54.000Z","updated_at":"2026-06-28T23:28:00.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/funnyhcat-dotcom/route-map-lite","commit_stats":null,"previous_names":["funnyhcat-dotcom/route-map-lite"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/funnyhcat-dotcom/route-map-lite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funnyhcat-dotcom%2Froute-map-lite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funnyhcat-dotcom%2Froute-map-lite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funnyhcat-dotcom%2Froute-map-lite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funnyhcat-dotcom%2Froute-map-lite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/funnyhcat-dotcom","download_url":"https://codeload.github.com/funnyhcat-dotcom/route-map-lite/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funnyhcat-dotcom%2Froute-map-lite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34909145,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-28T02:00:05.809Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","cli","developer-tools","express","fastify","markdown","nextjs","nodejs","routes"],"created_at":"2026-06-29T01:03:55.432Z","updated_at":"2026-06-29T01:03:55.498Z","avatar_url":"https://github.com/funnyhcat-dotcom.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# route-map-lite\n\nScan source code and generate a simple API route map.\n\nUse it to understand a codebase quickly, document API endpoints, review route changes, or create a `ROUTES.md` table for a README.\n\n## Quick start\n\n```bash\nnpx route-map-lite .\n```\n\n```bash\n# JSON for automation\nnpx route-map-lite src --format json\n\n# write docs\nnpx route-map-lite . --output ROUTES.md\n```\n\n## Detects\n\n- Express-style `app.get('/path')`, `router.post('/path')`\n- Fastify `fastify.get('/path')`\n- Fastify `fastify.route({ method, url })`\n- Next.js Pages API files under `pages/api`\n- Next.js App Router API files under `app/api/**/route.ts`\n\n## Example output\n\n| Method | Path | Framework | Source |\n|---|---|---|---|\n| GET | `/health` | express | server.js:3 |\n| POST | `/users` | express | server.js:4 |\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffunnyhcat-dotcom%2Froute-map-lite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffunnyhcat-dotcom%2Froute-map-lite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffunnyhcat-dotcom%2Froute-map-lite/lists"}