Skip to content

Commit 32892f5

Browse files
authored
Merge pull request #6 from ExpDev07/all-contributors/add-ExpDev07
docs: add ExpDev07 as a contributor
2 parents 6ed5bcc + a4e652a commit 32892f5

File tree

2 files changed

+47
-1
lines changed

2 files changed

+47
-1
lines changed

.all-contributorsrc

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"contributors": [
8+
{
9+
"login": "ExpDev07",
10+
"name": "ExpDev",
11+
"avatar_url": "https://avatars3.githubusercontent.com/u/10024730?v=4",
12+
"profile": "https://github.com/ExpDev07",
13+
"contributions": [
14+
"code",
15+
"doc",
16+
"maintenance"
17+
]
18+
}
19+
],
20+
"contributorsPerLine": 7,
21+
"projectName": "coronavirus-tracker-api",
22+
"projectOwner": "ExpDev07",
23+
"repoType": "github",
24+
"repoHost": "https://github.com",
25+
"skipCi": true
26+
}

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# coronavirus-tracker (API)
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
> This is a fast (< 200ms) and basic API for tracking development of the new coronavirus (2019-nCoV). It's written in python using 🍼 Flask.
47
@@ -72,7 +75,24 @@ You will need the following things properly installed on your computer.
7275

7376
## Contributors ✨
7477

78+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
79+
80+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
81+
<!-- prettier-ignore-start -->
82+
<!-- markdownlint-disable -->
83+
<table>
84+
<tr>
85+
<td align="center"><a href="https://github.com/ExpDev07"><img src="https://avatars3.githubusercontent.com/u/10024730?v=4" width="100px;" alt=""/><br /><sub><b>ExpDev</b></sub></a><br /><a href="https://github.com/ExpDev07/coronavirus-tracker-api/commits?author=ExpDev07" title="Code">💻</a> <a href="https://github.com/ExpDev07/coronavirus-tracker-api/commits?author=ExpDev07" title="Documentation">📖</a> <a href="#maintenance-ExpDev07" title="Maintenance">🚧</a></td>
86+
</tr>
87+
</table>
88+
89+
<!-- markdownlint-enable -->
90+
<!-- prettier-ignore-end -->
91+
<!-- ALL-CONTRIBUTORS-LIST:END -->
92+
93+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
94+
=======
95+
7596
## License
7697

7798
The data is available to the public strictly for educational and academic research purposes.
78-

0 commit comments

Comments
 (0)