{"id":23248528,"url":"https://github.com/raulpe7eira/fizz_buzz","last_synced_at":"2025-07-17T07:05:42.542Z","repository":{"id":215197942,"uuid":"738346823","full_name":"raulpe7eira/fizz_buzz","owner":"raulpe7eira","description":"Section 2 of Elixir e Phoenix do Zero Course by Rafael Camarda","archived":false,"fork":false,"pushed_at":"2024-02-18T23:26:48.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-24T08:03:11.612Z","etag":null,"topics":["course","elixir","learn","udemy"],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":false,"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/raulpe7eira.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,"zenodo":null}},"created_at":"2024-01-03T02:43:46.000Z","updated_at":"2024-11-21T12:57:38.000Z","dependencies_parsed_at":"2024-02-19T01:04:26.355Z","dependency_job_id":null,"html_url":"https://github.com/raulpe7eira/fizz_buzz","commit_stats":null,"previous_names":["raulpe7eira/fizz_buzz"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/raulpe7eira/fizz_buzz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raulpe7eira%2Ffizz_buzz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raulpe7eira%2Ffizz_buzz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raulpe7eira%2Ffizz_buzz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raulpe7eira%2Ffizz_buzz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raulpe7eira","download_url":"https://codeload.github.com/raulpe7eira/fizz_buzz/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raulpe7eira%2Ffizz_buzz/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265575489,"owners_count":23790776,"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":["course","elixir","learn","udemy"],"created_at":"2024-12-19T08:14:15.684Z","updated_at":"2025-07-17T07:05:42.489Z","avatar_url":"https://github.com/raulpe7eira.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FizzBuzz\n\nThis code corresponds to the [Section 2 of Elixir e Phoenix do Zero Course](https://www.udemy.com/course/elixir-e-phoenix-do-zero) lab by [Rafael Camarda](https://cursos.rafaelcamarda.com/).\n\n\u003e The project simulates the processing of a txt files, and replaces all numbers that are multiples of 3 with `:fizz`, multiples of 5 with `:buzz`, and multiples of 3 and 5 with `:fizzbuzz`.\n\n## Compilation, tests and runs\n\n```bash\n$ cd fizz_buzz\n$ asdf install\n$ mix compile\n$ mix test\n$ iex -S mix\n```\n\n## How to use?\n\n```elixir\n# build numbers with :fizz, :buzz, and/or :fizzbuzz\niex\u003e FizzBuzz.build(\"numbers.txt\")\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraulpe7eira%2Ffizz_buzz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraulpe7eira%2Ffizz_buzz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraulpe7eira%2Ffizz_buzz/lists"}