Skip to content

Commit e3e0d3b

Browse files
authored
Merge pull request #34 from nvh95/all-contributors/add-nvh95
docs: add nvh95 as a contributor
2 parents 60b41bb + 77707c5 commit e3e0d3b

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed

.all-contributorsrc

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"contributors": [
8+
{
9+
"login": "nvh95",
10+
"name": "Hung Viet Nguyen",
11+
"avatar_url": "https://avatars.githubusercontent.com/u/8603085?v=4",
12+
"profile": "https://hung.dev",
13+
"contributions": [
14+
"code"
15+
]
16+
}
17+
],
18+
"contributorsPerLine": 7,
19+
"projectName": "react-linkedin-login-oauth2",
20+
"projectOwner": "nvh95",
21+
"repoType": "github",
22+
"repoHost": "https://github.com",
23+
"skipCi": true
24+
}

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# React Linked In Login Using OAuth 2.0
2+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
4+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
25

36
[![npm package][npm-badge]][npm]
47

@@ -188,3 +191,23 @@ Please upgrade `react-linkedin-login-oauth2` to latest version following
188191
npm install --save react-linkedin-login-oauth2
189192
```
190193
## Known issue
194+
195+
## Contributors ✨
196+
197+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
198+
199+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
200+
<!-- prettier-ignore-start -->
201+
<!-- markdownlint-disable -->
202+
<table>
203+
<tr>
204+
<td align="center"><a href="https://hung.dev"><img src="https://avatars.githubusercontent.com/u/8603085?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Hung Viet Nguyen</b></sub></a><br /><a href="https://github.com/nvh95/react-linkedin-login-oauth2/commits?author=nvh95" title="Code">💻</a></td>
205+
</tr>
206+
</table>
207+
208+
<!-- markdownlint-restore -->
209+
<!-- prettier-ignore-end -->
210+
211+
<!-- ALL-CONTRIBUTORS-LIST:END -->
212+
213+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)