{"id":15363159,"url":"https://github.com/techquery/functional-bowling","last_synced_at":"2026-01-06T23:06:46.259Z","repository":{"id":57243046,"uuid":"114626299","full_name":"TechQuery/Functional-Bowling","owner":"TechQuery","description":"Functional algorithm of Bowling scoring written in JavaScript with TDD model","archived":false,"fork":false,"pushed_at":"2018-09-21T06:37:47.000Z","size":41,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-02T23:18:24.803Z","etag":null,"topics":["algorithm","bowling-score","functional-programming","javascript","test-driven-development"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TechQuery.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":"2017-12-18T10:14:30.000Z","updated_at":"2018-09-21T06:37:50.000Z","dependencies_parsed_at":"2022-09-15T01:44:02.472Z","dependency_job_id":null,"html_url":"https://github.com/TechQuery/Functional-Bowling","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TechQuery%2FFunctional-Bowling","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TechQuery%2FFunctional-Bowling/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TechQuery%2FFunctional-Bowling/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TechQuery%2FFunctional-Bowling/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TechQuery","download_url":"https://codeload.github.com/TechQuery/Functional-Bowling/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245917382,"owners_count":20693518,"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":["algorithm","bowling-score","functional-programming","javascript","test-driven-development"],"created_at":"2024-10-01T13:04:57.540Z","updated_at":"2026-01-06T23:06:46.252Z","avatar_url":"https://github.com/TechQuery.png","language":"JavaScript","readme":"# Functional Bowling\n\n[Functional algorithm of Bowling scoring](http://cyber-dojo.org/review/show/DC2C0AC2A7?avatar=starfish) written in JavaScript with [TDD model](https://en.wikipedia.org/wiki/Test-driven_development), which came out from [@TechQuery](https://github.com/TechQuery/) after a Pair Programming activity of [FCC-CDG](https://freecodecamp-chengdu.github.io/) Council.\n\n[![NPM Dependency](https://david-dm.org/TechQuery/Functional-Bowling.svg)](https://david-dm.org/TechQuery/Functional-Bowling)\n\n[![NPM](https://nodei.co/npm/functional-bowling.png?downloads=true\u0026downloadRank=true\u0026stars=true)](https://nodei.co/npm/functional-bowling/)\n\n\n\n## Use it as a Library\n\nFirst of all\n\n```Shell\nnpm init\n\nnpm install functional-bowling\n```\nthen you can use this package in two typical environments:\n\n### Web Browser\n\n```HTML\n\u003chead\u003e\n    \u003cscript src=\"node_modules/@babel/polyfill/dist/polyfill.min.js\"\u003e\u003c/script\u003e\n    \u003cscript src=\"node_modules/functional-bowling/dist/functional-bowling.js\"\u003e\u003c/script\u003e\n    \u003cscript\u003e\n        var bowling = window['functional-bowling'];\n    \u003c/script\u003e\n\u003c/head\u003e\n```\n\n### Node.JS\n\n```JavaScript\nimport * as bowling from 'functional-bowling';\n```\n\n\n## Learn or Develop it\n\n**Fork** this repository to *your namespace* on GitHub, and then execute commands shown below:\n\n```Shell\ngit clone https://github.com/{your_namespace}/Functional-Bowling.git\n\nnpm install\n\n# Modify some code, and then\nnpm test\n\n# After developing\ngit commit -m \"{What you have changed}\"\n```\nIn the end, you can create a **Pull request** to the original repository.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechquery%2Ffunctional-bowling","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechquery%2Ffunctional-bowling","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechquery%2Ffunctional-bowling/lists"}