react-github-info
v1.0.3
Published
A Component That Renders Github's Information
Downloads
3
Readme
React Github Information
A Component That Renders Github's Information
Getting Started
$ cd /PROJECT/PATH
$ npm i -S react react-dom react-github-info
Development
$ npm run demo
- Open localhost:8888
Production Bundle
$ npm run bundle
How to Use
import { Profile, Repository } from 'react-github-info';
{/* pass the username for Profile */}
<Profile username="wonism" />
{/* pass the username and repository name for Repository */}
<Repository username="wonism" repos="til" />