{"id":24783472,"url":"https://github.com/j0rgeserran0/kata-fizzbuzz","last_synced_at":"2026-07-02T01:31:08.250Z","repository":{"id":81626490,"uuid":"353979770","full_name":"J0rgeSerran0/Kata-FizzBuzz","owner":"J0rgeSerran0","description":"FizzBuzz Kata","archived":false,"fork":false,"pushed_at":"2021-04-04T15:36:55.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-28T20:46:49.524Z","etag":null,"topics":["csharp","fizz-buzz","game-development","kata"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/J0rgeSerran0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-04-02T10:04:33.000Z","updated_at":"2021-04-04T15:36:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"67cfae9c-fe34-445f-b503-29843c258eca","html_url":"https://github.com/J0rgeSerran0/Kata-FizzBuzz","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/J0rgeSerran0/Kata-FizzBuzz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/J0rgeSerran0%2FKata-FizzBuzz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/J0rgeSerran0%2FKata-FizzBuzz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/J0rgeSerran0%2FKata-FizzBuzz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/J0rgeSerran0%2FKata-FizzBuzz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/J0rgeSerran0","download_url":"https://codeload.github.com/J0rgeSerran0/Kata-FizzBuzz/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/J0rgeSerran0%2FKata-FizzBuzz/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35029796,"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-07-01T02:00:05.325Z","response_time":130,"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":["csharp","fizz-buzz","game-development","kata"],"created_at":"2025-01-29T12:17:13.865Z","updated_at":"2026-07-02T01:31:08.242Z","avatar_url":"https://github.com/J0rgeSerran0.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kata FizzBuzz\nKata or programming game about a FizzBuzz solution\n\n## In this code\n\nIf a number is divisible by **3**, you should return **Fizz**\n\nIf a number is divisible by **5**, you should return **Buzz**\n\nBut if a number is divisible by **3 AND 5**, you should return **FizzBuzz**\n\n\u003e In this sample code, if the number is not divisible by 3 and/or 5, returns an empty text, but it could return the number too instead of an empty text\n\n## Adding complexity (not covered in this sample code)\n\nThere are another additional complex rules for this game.\n\nIf a number contains **5**, you should return **Buzz**.\n\nIf a number contains **7** or is divisible y **7**, you should return **Fizz**\n\nFor example, for 35, you should get: *Buzz Buzz Fizz*\n- 35 is divisible by 5 = Buzz\n- 35 contains 5 = Buzz\n- 35 is divisible by 7 = Fizz\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fj0rgeserran0%2Fkata-fizzbuzz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fj0rgeserran0%2Fkata-fizzbuzz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fj0rgeserran0%2Fkata-fizzbuzz/lists"}