1.2.0 • Published 3 years ago

react-github-stats-card-v2 v1.2.0

Weekly downloads
92
License
MIT
Repository
github
Last release
3 years ago

React GitHub Stats Card (v2 is for react 17+ and react-dom 17+)

Demo Site here

Installation

  1. Install the package via npm.
npm install react-github-stats-card-v2
  1. Import the component to file you want to use it in.
import { Card } from 'react-github-stats-card-v2';
  1. Place the component on the page.
  • username is a required prop. Example: username="cnocon"
  • theme is an optional prop that defaults to false if not explicitly passed. Example theme={true}
  • themeColor is a string of either "blue" (default), "gold", "green", "pink", or "purple" that will change some of the colors on the card.
  • accessToken is an optional prop that will raise your rate limit if you start encountering rate limiting errors in your application. Example accessToken="abcdefghijklmnopqrstuv12345678910"
<Card
  username=A-GITHUB-USERNAME
  theme={true}
  accessToken=MY-GITHUB-PERSONAL-ACCESS-TOKEN
/>

Using Storybook

  1. Clone this repository and cd into the root directory:
git clone git@github.com:cnocon/react-github-stats-card-v2.git
cd react-github-stats-card-v2
  1. Run npm install from the project root.
npm install
  1. Run npm start
npm start
1.2.0

3 years ago

1.1.0

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.1.10

3 years ago

1.0.3

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.4

3 years ago

0.1.5

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.24

3 years ago

0.0.27

3 years ago

0.0.28

3 years ago

0.0.23

3 years ago

0.0.22

3 years ago

0.0.21

3 years ago

0.0.20

3 years ago

0.0.19

3 years ago

0.0.17

3 years ago

0.0.16

3 years ago

0.0.15

3 years ago

0.0.14

3 years ago

0.0.13

3 years ago

0.0.12

3 years ago

0.0.10

3 years ago

0.0.11

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago