{"id":15712441,"url":"https://github.com/jigarius/fizz-buzz-typescript","last_synced_at":"2025-03-30T18:24:19.175Z","repository":{"id":180213327,"uuid":"326241773","full_name":"jigarius/fizz-buzz-typescript","owner":"jigarius","description":"Exploring Typescript with fizz-buzz.","archived":false,"fork":false,"pushed_at":"2022-09-03T17:09:51.000Z","size":53,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-05T20:54:28.074Z","etag":null,"topics":["example","fizz-buzz","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"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/jigarius.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}},"created_at":"2021-01-02T18:03:53.000Z","updated_at":"2022-11-17T01:47:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"aba967d1-ee0f-45e4-a903-8d6b4f1f11bf","html_url":"https://github.com/jigarius/fizz-buzz-typescript","commit_stats":null,"previous_names":["jigarius/fizz-buzz-typescript"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jigarius%2Ffizz-buzz-typescript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jigarius%2Ffizz-buzz-typescript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jigarius%2Ffizz-buzz-typescript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jigarius%2Ffizz-buzz-typescript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jigarius","download_url":"https://codeload.github.com/jigarius/fizz-buzz-typescript/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246359540,"owners_count":20764573,"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":["example","fizz-buzz","typescript"],"created_at":"2024-10-03T21:16:12.679Z","updated_at":"2025-03-30T18:24:14.164Z","avatar_url":"https://github.com/jigarius.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fizz Buzz: TypeScript\n\nA neat command-line application to demonstrate TypeScript syntax.\n\n## What is Fizz Buzz?\n\n**Fizz buzz** is a group word game for children to teach them about division.\nPlayers take turns to count incrementally, with the following rules:\n\n* For numbers divisible by `3`, say `fizz`.\n* For numbers divisible by `5`, say `buzz`.\n* For numbers is divisible by both, say `fizzbuzz`.\n* For other numbers, say the number.\n\n## Example\n\n```\n1\n2\nfizz\n4\nbuzz\nfizz\n7\n8\nfizz\n10\n11\nfizz\n13\n14\nfizzbuzz\n```\n\n## Usage\n\n* Clone the repository and `cd` into the directory.\n* Run `npm install` to install node packages.\n* Run `tsc` to generate `dist/*.js` files.\n* Run `npm run-script fizzbuzz` with a numeric argument; `npm run-script fizzbuzz 15`.\n\n### Docker Compose\n\nTo deploy the project on a dockerized environment,\n\n* Clone this repository and `cd` into the directory.\n* Run `docker compose up -d`.\n* Run `make ssh`.\n\nNow you can run the application as mentioned in the _Usage_ section.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjigarius%2Ffizz-buzz-typescript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjigarius%2Ffizz-buzz-typescript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjigarius%2Ffizz-buzz-typescript/lists"}