文件名称:github-profile-summary:显示用户的github统计信息的组件
文件大小:205KB
文件格式:ZIP
更新时间:2024-05-26 10:44:23
react nodejs node reactjs JavaScript
Github个人资料摘要 使用此组件以出色的设计显示github的摘要 :smiling_face_with_sunglasses: 该项目仍在开发中,因此,如果您发现错误,请给我电子邮件 。 我应该把它做成一个npm包吗? (以方便将其嵌入到页面中) :thinking_face: :thinking_face: 跑步 克隆存储库,然后运行伪造的服务器: $ yarn json-server api/data.json --port=3333 --routes api/routes.json 如果要更改服务器端口,只需记住也要在src/index.js进行更新。 然后启动ReactJS服务器: $ yarn start 使用Github API 要使用真实数据,只需将src/index.js的axios baseURL更改为https://api.github.com ,但请记住,Github不会将经过身份验证的请求限制为每小时60个,因此,进行缓存是个好主意(这是一个好主意(是假
【文件预览】:
github-profile-summary-master
----.gitignore(310B)
----README.md(1KB)
----public()
--------index.html(310B)
----.prettierrc(52B)
----package.json(1KB)
----src()
--------GithubSummary()
--------data.json(108KB)
--------index.js(146B)
--------App.js(448B)
----LICENSE.txt(1KB)
----.editorconfig(146B)
----yarn.lock(503KB)
----.eslintrc.js(812B)