{"id":34622709,"url":"https://github.com/predetermined/fizzbuzz","last_synced_at":"2026-05-26T00:31:28.706Z","repository":{"id":113987053,"uuid":"291492469","full_name":"predetermined/fizzbuzz","owner":"predetermined","description":null,"archived":false,"fork":false,"pushed_at":"2020-10-02T08:00:28.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-11T18:48:46.803Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/predetermined.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":"2020-08-30T15:02:09.000Z","updated_at":"2020-10-02T08:00:31.000Z","dependencies_parsed_at":"2023-03-13T13:09:53.084Z","dependency_job_id":null,"html_url":"https://github.com/predetermined/fizzbuzz","commit_stats":null,"previous_names":["predetermined/fizzbuzz"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/predetermined/fizzbuzz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/predetermined%2Ffizzbuzz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/predetermined%2Ffizzbuzz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/predetermined%2Ffizzbuzz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/predetermined%2Ffizzbuzz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/predetermined","download_url":"https://codeload.github.com/predetermined/fizzbuzz/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/predetermined%2Ffizzbuzz/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33498785,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-25T14:31:05.219Z","status":"ssl_error","status_checked_at":"2026-05-25T14:31:02.878Z","response_time":57,"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":[],"created_at":"2025-12-24T15:38:07.794Z","updated_at":"2026-05-26T00:31:28.661Z","avatar_url":"https://github.com/predetermined.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My FizzBuzz solution\n\n```javascript\nfor (let i = 1; i \u003c= 100; i++) {\n              /* \n              Evaluates to either \"Fizz\", \"Buzz\" or an empty (falsy) \n              string \n              */\n  console.log(((i % 5 === 0 ? \"Fizz\" : \"\") + (i % 3 === 0 ? \"Buzz\" : \"\")) || i);\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpredetermined%2Ffizzbuzz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpredetermined%2Ffizzbuzz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpredetermined%2Ffizzbuzz/lists"}