https://github.com/plh97/github-report
☕Automatic generation of github reports with React
https://github.com/plh97/github-report
githubrepoapi react
Last synced: 6 months ago
JSON representation
☕Automatic generation of github reports with React
- Host: GitHub
- URL: https://github.com/plh97/github-report
- Owner: plh97
- Created: 2018-03-04T05:27:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-20T02:35:55.000Z (almost 2 years ago)
- Last Synced: 2025-04-10T11:10:48.706Z (6 months ago)
- Topics: githubrepoapi, react
- Language: JavaScript
- Homepage:
- Size: 3.61 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
[](https://www.pipk.top)
[](http://nodejs.org/download)### to generate a GitHub report
### [example](https://chat.pipk.top/githubReport/pengliheng)
```js
url = 'https://chat.pipk.top/githubReport/';
```
### 1.just use it as your react component
### you can input it while your router change
```jsx
const GithubReport = props => (
);// router
```