{"id":22894273,"url":"https://github.com/clearcodehq/fizzbuzz-tdd","last_synced_at":"2025-03-31T22:38:37.540Z","repository":{"id":69040373,"uuid":"79661609","full_name":"ClearcodeHQ/fizzbuzz-tdd","owner":"ClearcodeHQ","description":"Fizzbuzz with TDD example to prelection on smcebi","archived":false,"fork":false,"pushed_at":"2017-01-23T08:04:11.000Z","size":11,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-30T13:37:08.704Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/ClearcodeHQ.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":"2017-01-21T17:40:29.000Z","updated_at":"2017-01-21T18:56:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"8d697f5a-9b1c-4f1e-bf34-3291962054df","html_url":"https://github.com/ClearcodeHQ/fizzbuzz-tdd","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/ClearcodeHQ%2Ffizzbuzz-tdd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ClearcodeHQ%2Ffizzbuzz-tdd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ClearcodeHQ%2Ffizzbuzz-tdd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ClearcodeHQ%2Ffizzbuzz-tdd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ClearcodeHQ","download_url":"https://codeload.github.com/ClearcodeHQ/fizzbuzz-tdd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246552972,"owners_count":20795835,"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":[],"created_at":"2024-12-13T23:17:22.300Z","updated_at":"2025-03-31T22:38:37.533Z","avatar_url":"https://github.com/ClearcodeHQ.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fizzbuzz-tdd\n[![Build Status](https://travis-ci.org/ClearcodeHQ/fizzbuzz-tdd.svg?branch=master)](https://travis-ci.org/ClearcodeHQ/fizzbuzz-tdd)\nFizzbuzz with TDD example to prelection on smcebi\n\n## Requirements\n\n```\npip install -r requirements.txt\n```\n\n## Example of output\n\n```\n\u003e\u003e\u003e print fizzbuzz(8)\n1\n2\nfizz\n4\nbuzz\nfizz\n8\n```\n\n## Rules\n\n1. Function fizzbuzz return string splitted by new line char\n2. On every line if line number not is divisible by three or five then write line number\n3. If number of line is divisible by three then then write 'fizz'\n4. If number of line is divisible by fize then write 'buzz'\n5. If number of line is divisible by three and fize then write 'fizzbuzz'\n6. 'fizz' and 'buzz' words must be changed as additional parameters\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclearcodehq%2Ffizzbuzz-tdd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclearcodehq%2Ffizzbuzz-tdd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclearcodehq%2Ffizzbuzz-tdd/lists"}