{"id":19280182,"url":"https://github.com/cvigueras/fibonacci-kata","last_synced_at":"2025-06-11T12:10:51.009Z","repository":{"id":149052800,"uuid":"621242466","full_name":"cvigueras/fibonacci-kata","owner":"cvigueras","description":"It is an infinite sequence of natural numbers in TDD.","archived":false,"fork":false,"pushed_at":"2023-06-27T09:55:29.000Z","size":19,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-23T21:44:38.128Z","etag":null,"topics":["csharp","tdd","tdd-kata","testing"],"latest_commit_sha":null,"homepage":"","language":"C#","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/cvigueras.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}},"created_at":"2023-03-30T09:17:28.000Z","updated_at":"2024-06-24T07:08:01.000Z","dependencies_parsed_at":"2023-07-25T17:16:52.396Z","dependency_job_id":null,"html_url":"https://github.com/cvigueras/fibonacci-kata","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvigueras%2Ffibonacci-kata","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvigueras%2Ffibonacci-kata/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvigueras%2Ffibonacci-kata/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvigueras%2Ffibonacci-kata/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cvigueras","download_url":"https://codeload.github.com/cvigueras/fibonacci-kata/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvigueras%2Ffibonacci-kata/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259262641,"owners_count":22830561,"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":["csharp","tdd","tdd-kata","testing"],"created_at":"2024-11-09T21:17:12.285Z","updated_at":"2025-06-11T12:10:50.990Z","avatar_url":"https://github.com/cvigueras.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fibonacci-kata\nIt is an infinite sequence of natural numbers\n\n* Fibonacci sequence is defined as:\n  * fib(0) = 0\n  * fib(1) = 1\n  * fib(n) = fib(n-1) + fib(n-2) for n\u003e=2\n\nWrite a function to generate the Fibonacci number for the nth position.\n\nExample: int Fibonacci(int n)\n\nThe first Fibonacci numbers in the sequence are: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcvigueras%2Ffibonacci-kata","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcvigueras%2Ffibonacci-kata","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcvigueras%2Ffibonacci-kata/lists"}