npm.io
1.6.13 • Published 8 years ago

@pengliheng/github-report

Licence
ISC
Version
1.6.13
Deps
9
Size
10.3 MB
Vulns
24
Weekly
0
Stars
4

author Node.js Version Size

to generate an github report

example

url = 'https://chat.pipk.top/githubReport/<userName>';

1.just use it as your react component
you can input it while your router change
const GithubReport = props => (
  <div className="github-report">
    <Github {...props} />
  </div>
);

// router 
<Route path="/githubReport/:name" component={GithubReport} />