https://github.com/wonism/react-github-info
A Component That Renders Github's Information
https://github.com/wonism/react-github-info
Last synced: about 2 months ago
JSON representation
A Component That Renders Github's Information
- Host: GitHub
- URL: https://github.com/wonism/react-github-info
- Owner: wonism
- License: mit
- Created: 2017-11-06T12:13:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-17T15:56:51.000Z (over 7 years ago)
- Last Synced: 2025-02-12T19:17:48.650Z (11 months ago)
- Language: JavaScript
- Size: 117 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Github Information
> A Component That Renders Github's Information
## Getting Started
```sh
$ cd /PROJECT/PATH
$ npm i -S react react-dom react-github-info
```
## Development
```sh
$ npm run demo
```
- Open [localhost:8888](http://localhost:8888)
## Production Bundle
```sh
$ npm run bundle
```
## How to Use
```jsx
import { Profile, Repository } from 'react-github-info';
{/* pass the username for Profile */}
{/* pass the username and repository name for Repository */}
```