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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    1
  • 1.0.2
    2
  • 1.0.1
    1
  • 1.0.0
    0

Package Sidebar

Install

npm i react-github-info

Weekly Downloads

4

Version

1.0.3

License

MIT

Unpacked Size

185 kB

Total Files

22

Last publish

Collaborators

  • wonism