{"id":25453614,"url":"https://github.com/nikumu/fizzbuzz","last_synced_at":"2026-02-19T11:02:56.134Z","repository":{"id":272845519,"uuid":"917933002","full_name":"nikumu/fizzbuzz","owner":"nikumu","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-17T15:34:11.000Z","size":9,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-22T12:00:04.382Z","etag":null,"topics":["elixir","elixir-lang","fizzbuzz"],"latest_commit_sha":null,"homepage":"","language":"Elixir","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/nikumu.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,"zenodo":null}},"created_at":"2025-01-16T23:11:51.000Z","updated_at":"2025-05-16T14:26:10.000Z","dependencies_parsed_at":"2025-05-17T06:01:16.860Z","dependency_job_id":null,"html_url":"https://github.com/nikumu/fizzbuzz","commit_stats":null,"previous_names":["nikumu/fizzbuzz"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nikumu/fizzbuzz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikumu%2Ffizzbuzz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikumu%2Ffizzbuzz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikumu%2Ffizzbuzz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikumu%2Ffizzbuzz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nikumu","download_url":"https://codeload.github.com/nikumu/fizzbuzz/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikumu%2Ffizzbuzz/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29611002,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T10:52:55.328Z","status":"ssl_error","status_checked_at":"2026-02-19T10:52:26.323Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["elixir","elixir-lang","fizzbuzz"],"created_at":"2025-02-17T23:56:17.733Z","updated_at":"2026-02-19T11:02:56.083Z","avatar_url":"https://github.com/nikumu.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FizzBuzz  \n\nA simple Elixir application to process numbers from a file and apply the FizzBuzz logic.  \n\n## Features  \n- Reads numbers from a file.  \n- Applies the FizzBuzz logic:\n  - Replaces multiples of 3 with \"Fizz\".\n  - Replaces multiples of 5 with \"Buzz\".\n  - Replaces multiples of both 3 and 5 with \"FizzBuzz\".  \n- Handles errors gracefully when reading files or processing invalid inputs.  \n\n## Installation  \n\n1. Clone the repository:  \n   ```bash\n   git clone https://github.com/nikumu/fizzbuzz.git\n   cd fizzbuzz\n   ```  \n\n2. Install dependencies:  \n   ```bash\n   mix deps.get\n   ```  \n\n3. Run the tests (optional):  \n   ```bash\n   mix test\n   ```  \n\n## Usage  \n\nTo use the application, create a file with numbers separated by commas (e.g., `input.txt`):  \n\n```\n1,2,3,4,5,15\n```  \n\nThen, run the application:  \n\n```elixir\niex -S mix\nFizzbuzz.build(\"input.txt\")\n```  \n\n### Example  \n\nInput file (`input.txt`):  \n```\n3,5,15,7\n```  \n\nOutput:  \n```elixir\n[\"Fizz\", \"Buzz\", \"FizzBuzz\", 7]\n```  \n\n## Project Structure  \n\n- `lib/fizzbuzz.ex`: Contains the main logic for reading files and processing FizzBuzz.  \n- `test/fizzbuzz_test.exs`: Unit tests for the FizzBuzz functionality.  \n\n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikumu%2Ffizzbuzz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnikumu%2Ffizzbuzz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikumu%2Ffizzbuzz/lists"}