react-github-info

1.0.3 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i react-github-info

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

185 kB

Total Files

22

Last publish

Collaborators

  • wonism