An open API service indexing awesome lists of open source software.

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

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 */}

```