Skip to content

This is a basic and light component that shows the recent public activity and events of a given GitHub user

Notifications You must be signed in to change notification settings

FrenchTechLead/react-github-events

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React GitHub Events

This is a basic and light component that shows the recent public activity and events of a given GitHub user

Presentation

The component's width is responsive, it takes the width of the parent element. Image of the component

Installation

npm install react-github-events --save

Example :

import React from 'react';
import ReactDOM from 'react-dom';
import GitHubEvents from 'react-github-events';

ReactDOM.render(<GitHubEvents
    username="meshredded"
    gitHubToken="TokenString"
    />,
  document.getElementById('root')
);

Props:

Prop is Required ? Description
String : username true The GitHub username.
String : gitHubToken false This token is not required but the number of requests is limited for unregitred clients, to get a token click here

Issues :

For any suggestion you can open an issue here.

Licence :

MIT

About

This is a basic and light component that shows the recent public activity and events of a given GitHub user

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published