1.0.3 • Published 7 years ago

react-github-info v1.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

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

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