{"id":15801333,"url":"https://github.com/creativenull/pokerjs","last_synced_at":"2026-01-08T08:43:41.686Z","repository":{"id":43179244,"uuid":"273541755","full_name":"creativenull/pokerjs","owner":"creativenull","description":"A simple poker library written in TypeScript","archived":false,"fork":false,"pushed_at":"2024-02-21T16:09:20.000Z","size":330,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-30T16:32:42.439Z","etag":null,"topics":["card","playing-cards","poker"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/creativenull.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-06-19T16:39:11.000Z","updated_at":"2024-02-26T16:22:54.000Z","dependencies_parsed_at":"2024-10-05T01:21:51.662Z","dependency_job_id":"bab65d01-b492-46e8-b1cc-fbe5080ed9bc","html_url":"https://github.com/creativenull/pokerjs","commit_stats":{"total_commits":44,"total_committers":5,"mean_commits":8.8,"dds":0.5681818181818181,"last_synced_commit":"dc48becba0831919d55c53eefc5d650adeed0143"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creativenull%2Fpokerjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creativenull%2Fpokerjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creativenull%2Fpokerjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creativenull%2Fpokerjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/creativenull","download_url":"https://codeload.github.com/creativenull/pokerjs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246709909,"owners_count":20821298,"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":["card","playing-cards","poker"],"created_at":"2024-10-05T01:21:48.735Z","updated_at":"2026-01-08T08:43:41.659Z","avatar_url":"https://github.com/creativenull.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Poker.js\n\nA simple card poker library written in TypeScript.\n\n## Installation\n\n```sh\nnpm install @creativenull/pokerjs\n```\n\n### Deno\n\n```ts\nimport { Poker } from \"jsr:@creativenull/pokerjs@2\";\n```\n\n## Test\n\n```sh\nnpm run test\n```\n\n## Usage\n\n```ts\nimport { Poker } from \"@creativenull/pokerjs\";\n\nconst poker = new Poker();\nconst player1 = { id: \"player1\", hand: poker.getPlayerHand() };\nconst player2 = { id: \"player2\", hand: poker.getPlayerHand() };\n\nconst winner = poker.winner([player1, player2]);\nconsole.log(winner);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreativenull%2Fpokerjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcreativenull%2Fpokerjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreativenull%2Fpokerjs/lists"}