{"id":13655881,"url":"https://github.com/genshin-kit/genshin-kit-node","last_synced_at":"2025-04-23T17:30:41.199Z","repository":{"id":40556919,"uuid":"341777703","full_name":"genshin-kit/genshin-kit-node","owner":"genshin-kit","description":"原神玩家信息查询封装库 / An API wrapper for fetching player data of Genshin Impact from any servers.","archived":false,"fork":false,"pushed_at":"2023-03-06T21:59:22.000Z","size":665,"stargazers_count":155,"open_issues_count":8,"forks_count":18,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-13T20:41:35.675Z","etag":null,"topics":["api","api-wrapper","genshin-api","genshin-impact","hoyolab","mihoyo"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/genshin-kit","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/genshin-kit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/contributing.md","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":"2021-02-24T04:22:57.000Z","updated_at":"2025-01-21T21:21:27.000Z","dependencies_parsed_at":"2024-07-27T04:54:04.381Z","dependency_job_id":null,"html_url":"https://github.com/genshin-kit/genshin-kit-node","commit_stats":null,"previous_names":["genshin-kit/genshin-kit"],"tags_count":29,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/genshin-kit%2Fgenshin-kit-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/genshin-kit%2Fgenshin-kit-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/genshin-kit%2Fgenshin-kit-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/genshin-kit%2Fgenshin-kit-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/genshin-kit","download_url":"https://codeload.github.com/genshin-kit/genshin-kit-node/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250117313,"owners_count":21377603,"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":["api","api-wrapper","genshin-api","genshin-impact","hoyolab","mihoyo"],"created_at":"2024-08-02T04:00:39.250Z","updated_at":"2025-04-23T17:30:40.464Z","avatar_url":"https://github.com/genshin-kit.png","language":"TypeScript","funding_links":[],"categories":["TypeScript","API"],"sub_categories":[],"readme":"# Genshin Kits for Node.js\r\n\r\n一系列用于获取《原神》游戏相关资源的开发工具包。\r\n\r\nA series of development kits for obtaining resources related to the Genshin Impact game.\r\n\r\n## 任君挑选/Ecosystem\r\n\r\n- **米游社查询/hoyolab query**\r\n  - Package: [@genshin-kit/core](https://npmjs.com/package/@genshin-kit/core)\r\n  - Source code: [packages/core](./packages/core)\r\n- **抽卡模拟/gacha simulate**\r\n  - Package: [@genshin-kit/gacha](https://npmjs.com/package/@genshin-kit/gacha)\r\n  - Source code: [packages/gacha](./packages/gacha)\r\n\r\n## 特色功能/Features\r\n\r\n### 开箱即用/Out of box\r\n\r\n安装/installation\r\n\r\n```bash\r\n# Via yarn\r\nyarn add @genshin-kit/core\r\n# Or via npm\r\nnpm install @genshin-kit/core\r\n```\r\n\r\n使用/usage\r\n\r\n```ts\r\nimport { GenshinKit } from '@genshin-kit/core'\r\nconst genshin = new GenshinKit()\r\n// ...\r\n```\r\n\r\n☆ P.S. 各包具体使用文档请在对应文件夹下查看/Please view the specific documents in the corresponding folder\r\n\r\n### 丰富的 API，以及 types 支持/Full TypeScript supported\r\n\r\n完全使用 TypeScript 编写，现代 IDE 自动代码提示，轻松使用无压力！\r\n\r\n## 项目推荐/Good projects\r\n\r\n这些项目使用 genshin-kit 开发/These projects were developed using Genshin kit:\r\n\r\n| 名称/name          | 仓库/repo                                                                           | 说明/info                                                                                                                          |\r\n| ------------------ | ----------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |\r\n| Genshin for koishi | [koishijs/koishi-plugin-genshin](https://github.com/koishijs/koishi-plugin-genshin) | 为聊天机器人框架[koishi](https://github.com/koishijs/koishi)设计的查询展示原神国服玩家数据以及抽卡模拟的插件。支持玩家卡片等功能。 |\r\n\r\n想要分享您的作品吗？点击右上角的小铅笔！Want to share your work? Click the small pencil in the upper right corner!\r\n\r\n## 贡献指南/Contributing guide\r\n\r\n[贡献指南/Contributing guide](.github/contributing.md)\r\n\r\n## 加入我们/Join us!\r\n\r\n\u003chttps://github.com/genshin-kit/genshin-kit-node/issues/28\u003e\r\n\r\n[![Analytics data](https://repobeats.axiom.co/api/embed/7085624cbb77038f7a5ed3f8ef376fc9b6eea714.svg \"Repobeats analytics image\")](https://github.com/genshin-kit/genshin-kit-node/issues/28)\r\n\r\n---\r\n\r\n_For communication and learning only._\r\n\r\n**All game data \u0026 pictures from query:** \u0026copy;miHoYo\r\n\r\n\u003e Copyright 2021 Genshin-Kit\r\n\u003e\r\n\u003e Licensed under the Apache License, Version 2.0 (the \"License\");\u003cbr\u003e\r\n\u003e you may not use this file except in compliance with the License.\u003cbr\u003e\r\n\u003e You may obtain a copy of the License at\r\n\u003e\r\n\u003e http://www.apache.org/licenses/LICENSE-2.0\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgenshin-kit%2Fgenshin-kit-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgenshin-kit%2Fgenshin-kit-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgenshin-kit%2Fgenshin-kit-node/lists"}