Skip to content

☕Automatic generation of github reports with React

Notifications You must be signed in to change notification settings

plh97/github-report

Repository files navigation

author Node.js Version

to generate a GitHub report

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} />

About

☕Automatic generation of github reports with React

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published