An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![author](https://img.shields.io/badge/author-peng-blue.svg)](https://www.pipk.top)
[![Node.js Version](https://img.shields.io/badge/node.js-9.2.0-blue.svg)](http://nodejs.org/download)

### to generate a GitHub report

### [example](https://chat.pipk.top/githubReport/pengliheng)

```js
url = 'https://chat.pipk.top/githubReport/';
```
![](https://static.pipk.top/api/public/images/8536904566607304.png)

### 1.just use it as your react component

### you can input it while your router change
```jsx
const GithubReport = props => (




);

// router

```