{"id":21133513,"url":"https://github.com/oclay1st/fizzbuzz","last_synced_at":"2026-04-28T19:04:16.104Z","repository":{"id":55630918,"uuid":"322031333","full_name":"oclay1st/FizzBuzz","owner":"oclay1st","description":"FizzBuzz assignment implementation ","archived":false,"fork":false,"pushed_at":"2020-12-16T20:31:33.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-31T08:21:21.704Z","etag":null,"topics":["ci","coverage","docker","java","junit5"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oclay1st.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}},"created_at":"2020-12-16T15:57:17.000Z","updated_at":"2020-12-16T20:11:37.000Z","dependencies_parsed_at":"2022-08-15T05:00:21.070Z","dependency_job_id":null,"html_url":"https://github.com/oclay1st/FizzBuzz","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/oclay1st/FizzBuzz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oclay1st%2FFizzBuzz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oclay1st%2FFizzBuzz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oclay1st%2FFizzBuzz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oclay1st%2FFizzBuzz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oclay1st","download_url":"https://codeload.github.com/oclay1st/FizzBuzz/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oclay1st%2FFizzBuzz/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32394492,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T14:34:11.604Z","status":"ssl_error","status_checked_at":"2026-04-28T14:32:37.009Z","response_time":56,"last_error":"SSL_read: 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":["ci","coverage","docker","java","junit5"],"created_at":"2024-11-20T06:11:47.079Z","updated_at":"2026-04-28T19:04:16.072Z","avatar_url":"https://github.com/oclay1st.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.com/oclay1st/FizzBuzz.svg?branch=develop)](https://travis-ci.com/github/oclay1st/FizzBuzz)\n[![codecov](https://codecov.io/gh/oclay1st/FizzBuzz/branch/develop/graph/badge.svg)](https://codecov.io/gh/oclay1st/FizzBuzz) \n\n# FizzBuzz\n\n'Write a program that prints the numbers from 1 to 100. But for multiples of three print “Fizz” instead of the number and for the multiples of five print “Buzz”. For numbers which are multiples of both three and five print “FizzBuzz”.\"\n\nThis project contains the code to solve the previous programming assignment\n\n## Dependencies \nJava SDK 1.8 or later and Maven 3.6\n\n## Execution\nOn Linux\n```bash \nmvn clean install\njava -jar target/FizzBuzz-1.0-SNAPSHOT.jar\n```\nOn Docker\n```bash\ndocker build -t fizzbuzz:1.0 .\ndocker run --rm -it fizzbuzz:1.0\n```\n## Test\n```bash\nmvn test\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foclay1st%2Ffizzbuzz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foclay1st%2Ffizzbuzz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foclay1st%2Ffizzbuzz/lists"}