You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,8 @@ A React based github-activity component.
3
3
4
4
Inspired by [this repository](https://github.com/caseyscarborough/github-activity) I wanted to develop a github activity component that was much simpler to setup in a react project.
5
5
6
+
It is recommended to pass the client ID and Secret when using the github API to prevent encountering the limit. learn more [here](https://developer.github.com/v3/#oauth2-keysecret)
7
+
6
8
## Demo
7
9
See in action on [my website](http://piotr.codes/)
8
10
## Installation
@@ -47,7 +49,7 @@ class Example extends React.Component {
47
49
constuserName='piotrromanowski'
48
50
constavatarUrl=''
49
51
constevents= [/* data result from https://api.github.com/users/${userName}/events */];
50
-
52
+
51
53
return (
52
54
<GitHubFeed
53
55
fullName={fullName} // Provide Full Name as displayed on GitHub
0 commit comments