{"id":21400991,"url":"https://github.com/otoneko1102/roulette-base","last_synced_at":"2025-03-16T16:13:56.383Z","repository":{"id":183717360,"uuid":"670628973","full_name":"otoneko1102/roulette-base","owner":"otoneko1102","description":"ルーレットの色と番号をjson形式でまとめたものです。カジノ風ルーレットを作るときにどうぞ。A collection of roulette colors and numbers in json format. Use it when making a casino-style roulette.","archived":false,"fork":false,"pushed_at":"2023-07-25T13:57:42.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-23T03:13:28.837Z","etag":null,"topics":["casino","casino-games","data","json","require","roulette"],"latest_commit_sha":null,"homepage":"","language":null,"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/otoneko1102.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":"2023-07-25T13:28:13.000Z","updated_at":"2023-07-25T13:39:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"e4e9e333-a2cd-46b9-93d6-d258e03fb895","html_url":"https://github.com/otoneko1102/roulette-base","commit_stats":null,"previous_names":["otoneko1102/roulette-base"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/otoneko1102%2Froulette-base","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/otoneko1102%2Froulette-base/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/otoneko1102%2Froulette-base/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/otoneko1102%2Froulette-base/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/otoneko1102","download_url":"https://codeload.github.com/otoneko1102/roulette-base/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243893859,"owners_count":20364918,"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":["casino","casino-games","data","json","require","roulette"],"created_at":"2024-11-22T15:25:17.934Z","updated_at":"2025-03-16T16:13:56.361Z","avatar_url":"https://github.com/otoneko1102.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# roulette-base\nルーレットの色と番号をjson形式でまとめたものです。カジノ風ルーレットを作るときにどうぞ。\u003cbr\u003e\nA collection of roulette colors and numbers in json format. Use it when making a casino-style roulette.\n\n使い方の例 (Usage example):\n```js\nconst result = require(\"./roulette.json\");\n\nconsole.log(result.roulette[0].color); // null\nconsole.log(result.roulette[0].number); // 0\nconsole.log(result.roulette[1].color); // red\nconsole.log(result.roulette[1].number); // 1\nconsole.log(result.roulette[2].color); // black\nconsole.log(result.roulette[2].number); // 2\nconsole.log(result.roulette[Math.floor(Math.random() * 37)].color); // null or red or black\nconsole.log(result.roulette[Math.floor(Math.random() * 37)].number); // 0-36\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fotoneko1102%2Froulette-base","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fotoneko1102%2Froulette-base","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fotoneko1102%2Froulette-base/lists"}