Skip to content

Commit d046bc1

Browse files
author
Hariharan Subramanian
committed
2 parents 47764be + 6d0b9bf commit d046bc1

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

.all-contributorsrc

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"contributors": [
8+
{
9+
"login": "PandiyanCool",
10+
"name": "Pandiyan Murugan",
11+
"avatar_url": "https://avatars1.githubusercontent.com/u/6157834?v=4",
12+
"profile": "http://efficientuser.com",
13+
"contributions": [
14+
"doc"
15+
]
16+
}
17+
],
18+
"contributorsPerLine": 7,
19+
"projectName": "StackExchange.NET",
20+
"projectOwner": "gethari",
21+
"repoType": "github",
22+
"repoHost": "https://github.com"
23+
}

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# StackExchange.NET
2+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors)
23

34
```
45
_____ _ _ ______ _ _ _ ______ _______
@@ -28,6 +29,15 @@ StackExchange.NET is FOSS (MIT License) and written entirely in c#.
2829

2930
## Contributors
3031

32+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
33+
<!-- prettier-ignore -->
34+
<table>
35+
<tr>
36+
<td align="center"><a href="http://efficientuser.com"><img src="https://avatars1.githubusercontent.com/u/6157834?v=4" width="100px;" alt="Pandiyan Murugan"/><br /><sub><b>Pandiyan Murugan</b></sub></a><br /><a href="https://github.com/gethari/StackExchange.NET/commits?author=PandiyanCool" title="Documentation">📖</a></td>
37+
</tr>
38+
</table>
39+
40+
<!-- ALL-CONTRIBUTORS-LIST:END -->
3141
## Usage
3242

3343
To create a new API instance provide the apikey. If you need a new key check [docs](https://stackapps.com/apps/oauth/register)

0 commit comments

Comments
 (0)