{"id":28075256,"url":"https://github.com/vnxx/combination-finder","last_synced_at":"2026-05-11T07:44:57.282Z","repository":{"id":292763266,"uuid":"981671302","full_name":"vnxx/combination-finder","owner":"vnxx","description":"Find the combination of numbers whose sum equals x","archived":false,"fork":false,"pushed_at":"2025-05-12T02:05:12.000Z","size":138,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-13T00:55:47.059Z","etag":null,"topics":["algorithm","finder","golang","react","typescript"],"latest_commit_sha":null,"homepage":"https://combifinder.bykevin.work","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vnxx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-11T16:30:34.000Z","updated_at":"2025-05-12T03:46:29.000Z","dependencies_parsed_at":"2025-05-12T03:34:13.620Z","dependency_job_id":null,"html_url":"https://github.com/vnxx/combination-finder","commit_stats":null,"previous_names":["vnxx/combination-finder"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vnxx/combination-finder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vnxx%2Fcombination-finder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vnxx%2Fcombination-finder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vnxx%2Fcombination-finder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vnxx%2Fcombination-finder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vnxx","download_url":"https://codeload.github.com/vnxx/combination-finder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vnxx%2Fcombination-finder/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263968167,"owners_count":23537177,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["algorithm","finder","golang","react","typescript"],"created_at":"2025-05-13T00:55:45.428Z","updated_at":"2026-05-11T07:44:52.247Z","avatar_url":"https://github.com/vnxx.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Refiber\n\nA web framework based on the [Gofiber](gofiber.io) framework, follows the MVC architecture (Model, View \u0026 Controller).\n\nRefiber comes with [Inertia.js](https://inertiajs.com/) built-in. [Inertia.js](https://inertiajs.com/) is a powerful tool for creating Single Page Applications (SPA) without needing a separate API.\n\n```go\n// in your Controller\nfunc (web *webController) Index(s support.Refiber, c *fiber.Ctx) error {\n\treturn web.inertia.Render(c).Page(\"Home\", \u0026fiber.Map{\n\t\t\"hello\": \"World\",\n\t})\n}\n```\n\n```tsx\n// in your React App\nexport default function HomePage({ hello }) {\n  return \u003ch1\u003eHello {hello}\u003c/h1\u003e;\n}\n```\n\n## Documentation\n\nOnline documentation [https://refiber.bykevin.work](https://refiber.bykevin.work)\n\n## Quick Install\n\nTo install Refiber, you first need to install the CLI. Use the following command:\n\n```\ngo install github.com/refiber/refiber-cli@latest\n```\n\nNow you can just run this command bellow to create a new Refiber project\n\n```\nrefiber-cli new my-app\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvnxx%2Fcombination-finder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvnxx%2Fcombination-finder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvnxx%2Fcombination-finder/lists"}