{"id":18717128,"url":"https://github.com/taluu/fizzbuzz-go","last_synced_at":"2025-11-10T12:30:16.782Z","repository":{"id":137705950,"uuid":"417278000","full_name":"Taluu/fizzbuzz-go","owner":"Taluu","description":"A try to implement a http server in go answering to fizzbuzz requests","archived":false,"fork":false,"pushed_at":"2021-10-23T04:46:21.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-16T12:33:48.322Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/Taluu.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":"2021-10-14T20:48:42.000Z","updated_at":"2021-10-23T04:46:23.000Z","dependencies_parsed_at":"2023-03-13T10:56:08.083Z","dependency_job_id":null,"html_url":"https://github.com/Taluu/fizzbuzz-go","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/Taluu%2Ffizzbuzz-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Taluu%2Ffizzbuzz-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Taluu%2Ffizzbuzz-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Taluu%2Ffizzbuzz-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Taluu","download_url":"https://codeload.github.com/Taluu/fizzbuzz-go/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239581796,"owners_count":19662958,"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-11-07T13:15:03.149Z","updated_at":"2025-11-10T12:30:16.742Z","avatar_url":"https://github.com/Taluu.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"Fizzbuzz Http Server\n====================\n\nA smal project for me to learn more practical go and also show what I can do when learning new things.\n\nQuick documentation\n-------------------\n### Usage\n```bash\n$ go build\n$ ./fizzbuzz-go\n$ ./fizzbuz-go -host domin.tld # default localhost\n$ ./fizzbuzz-go -port 8081 # default 8080\n```\n\n```bash\n$ curl -X POST http://localhost:8080/fizzbuzz -d \"{\\\"int1\\\": 3, \\\"int2\\\": 5, \\\"limit\\\": 100, \\\"str1\\\": \\\"fizz\\\", \\\"str2\\\": \\\"buzz\\\"}\"\n```\n\nTo post a new fizzbuzz request. Every parameter in the json body are optionnal and will take these values if not set.\n\n```bash\n$ curl http://localhost:8080/stats\n```\n\nPrints the stats and requests used (sorted by mostly used)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaluu%2Ffizzbuzz-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftaluu%2Ffizzbuzz-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaluu%2Ffizzbuzz-go/lists"}