{"id":24531199,"url":"https://github.com/filipszczepanski/fizzbuz-bdd","last_synced_at":"2026-05-09T03:38:15.481Z","repository":{"id":223752586,"uuid":"143169900","full_name":"filipszczepanski/fizzbuz-bdd","owner":"filipszczepanski","description":"Fizz-Buzz game with BDD","archived":false,"fork":false,"pushed_at":"2018-08-01T20:51:55.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-19T11:45:31.505Z","etag":null,"topics":["bdd","behavior-driven-development","fizzbuzz","javascript","jest","nodejs"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/filipszczepanski.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}},"created_at":"2018-08-01T14:49:33.000Z","updated_at":"2018-08-01T20:51:57.000Z","dependencies_parsed_at":"2024-02-21T22:43:00.221Z","dependency_job_id":null,"html_url":"https://github.com/filipszczepanski/fizzbuz-bdd","commit_stats":null,"previous_names":["filipszczepanski/fizzbuz-bdd"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/filipszczepanski/fizzbuz-bdd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filipszczepanski%2Ffizzbuz-bdd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filipszczepanski%2Ffizzbuz-bdd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filipszczepanski%2Ffizzbuz-bdd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filipszczepanski%2Ffizzbuz-bdd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/filipszczepanski","download_url":"https://codeload.github.com/filipszczepanski/fizzbuz-bdd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filipszczepanski%2Ffizzbuz-bdd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32806459,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"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":["bdd","behavior-driven-development","fizzbuzz","javascript","jest","nodejs"],"created_at":"2025-01-22T08:20:08.670Z","updated_at":"2026-05-09T03:38:15.460Z","avatar_url":"https://github.com/filipszczepanski.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FizzBuzz Game with BDD\nThe JavaScript implementation of FizzBuzz Game based on Behavior Drive Development(BDD)\n\n## Install\n- install yarn and node\n- `yarn`\n\n## Play game\n- `yarn start`\n- `yarn start [max]` - with max number\n- `yarn start [max] [min]` - with defined range\n\n## Rules\nPlayers generally sit in a circle. The player designated to go first says the number \"1\", and each player thenceforth counts one number in turn. However, any number divisible by three is replaced by the word fizz and any divisible by five by the word buzz. Numbers divisible by both become fizz buzz. A player who hesitates or makes a mistake is eliminated from the game.\n\nFor example, a typical round of fizz buzz would start as follows:\n\n1, 2, Fizz, 4, Buzz, Fizz, 7, 8, Fizz, Buzz, 11, Fizz, 13, 14, Fizz Buzz, 16, 17, Fizz, 19, Buzz, Fizz, 22, 23, Fizz, Buzz, 26, Fizz, 28, 29, Fizz Buzz, 31, 32, Fizz, 34, Buzz, Fizz, ...\n\n..from: [wikipedia.org/wiki/Fizz_buz](https://en.wikipedia.org/wiki/Fizz_buzz)\n\n## Used\n- [yarn](https://yarnpkg.com/en/docs/install) - fast dependency management\n- [Jest](https://jestjs.io/) - unit testing framework\n- [serve](https://github.com/zeit/serve#readme) - for serving coverage as html\n\n## Tests\n## Run\n- `yarn test`\n- `yarn test-watch` - running test after changed a file\n\n### Coverage \n- `yarn covarage`\n- [http://localhost:5000](http://localhost:5000)  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffilipszczepanski%2Ffizzbuz-bdd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffilipszczepanski%2Ffizzbuz-bdd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffilipszczepanski%2Ffizzbuz-bdd/lists"}