Skip to content

Commit

Permalink
release 2.1.2 with aggregated get data methods on daily and time seri…
Browse files Browse the repository at this point in the history
…es data
  • Loading branch information
nat236919 committed Mar 18, 2021
1 parent 907ae7d commit 8da6171
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 25 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
</p>

<p align="center">
<a href="https://github.com/nat236919/Covid2019API/issues" target="_blank">
<img src="https://img.shields.io/github/issues/nat236919/Covid2019API" alt="issues">
<a href="https://github.com/nat236919/covid19-api/issues" target="_blank">
<img src="https://img.shields.io/github/issues/nat236919/covid19-api" alt="issues">
</a>
<a href="https://github.com/nat236919/Covid2019API/forks" target="_blank">
<img src="https://img.shields.io/github/forks/nat236919/Covid2019API" alt="forks">
<a href="https://github.com/nat236919/covid19-api/network/members" target="_blank">
<img src="https://img.shields.io/github/forks/nat236919/covid19-api" alt="forks">
</a>
<a href="https://github.com/nat236919/Covid2019API/stars" target="_blank">
<img src="https://img.shields.io/github/stars/nat236919/Covid2019API" alt="starts">
<a href="https://github.com/nat236919/covid19-api/stargazers" target="_blank">
<img src="https://img.shields.io/github/stars/nat236919/covid19-api" alt="starts">
</a>
<a href="https://github.com/nat236919/Covid2019API/blob/master/LICENCE" target="_blank">
<img src="https://img.shields.io/github/license/nat236919/Covid2019API" alt="licence">
<a href="https://github.com/nat236919/covid19-api/blob/master/LICENCE" target="_blank">
<img src="https://img.shields.io/github/license/nat236919/covid19-api" alt="licence">
</a>
<a href="https://travis-ci.org/github/nat236919/covid19-api" target="_blank">
<img src="https://travis-ci.org/nat236919/covid19-api.svg?branch=development" alt="build">
Expand All @@ -30,7 +30,7 @@ This API provides the information regarding '2019 Novel Coronavirus (covid-19)'.

## Example

* https://covid19.nuttaphat.com/
* https://covid19api.azurewebsites.net/
* https://covid2019-api.herokuapp.com/

## Applications
Expand All @@ -41,9 +41,9 @@ This API provides the information regarding '2019 Novel Coronavirus (covid-19)'.
* [BAILAM (Data and API Integration)](https://www.bailam.com/covid19)
* [Coronavirus Tech Handbook (Data Tools)](https://coronavirustechhandbook.com/data-tools)

### References
### Reference

https://github.com/CSSEGISandData/COVID-19
* https://github.com/CSSEGISandData/COVID-19

## Branches

Expand Down
2 changes: 1 addition & 1 deletion app/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
'app': {
'title': 'COVID-19 API',
'description': 'Simply FAST API for COVID-19 cases exploration',
'version': '2.1.1'
'version': '2.1.2'
}
}
27 changes: 14 additions & 13 deletions app/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
</p>

<p align="center">
<a href="https://github.com/nat236919/Covid2019API/issues" target="_blank">
<img src="https://img.shields.io/github/issues/nat236919/Covid2019API" alt="issues">
<a href="https://github.com/nat236919/covid19-api/issues" target="_blank">
<img src="https://img.shields.io/github/issues/nat236919/covid19-api" alt="issues">
</a>
<a href="https://github.com/nat236919/Covid2019API/forks" target="_blank">
<img src="https://img.shields.io/github/forks/nat236919/Covid2019API" alt="forks">
<a href="https://github.com/nat236919/covid19-api/network/members" target="_blank">
<img src="https://img.shields.io/github/forks/nat236919/covid19-api" alt="forks">
</a>
<a href="https://github.com/nat236919/Covid2019API/stars" target="_blank">
<img src="https://img.shields.io/github/stars/nat236919/Covid2019API" alt="starts">
<a href="https://github.com/nat236919/covid19-api/stargazers" target="_blank">
<img src="https://img.shields.io/github/stars/nat236919/covid19-api" alt="starts">
</a>
<a href="https://github.com/nat236919/Covid2019API/blob/master/LICENCE" target="_blank">
<img src="https://img.shields.io/github/license/nat236919/Covid2019API" alt="licence">
<a href="https://github.com/nat236919/covid19-api/blob/master/LICENCE" target="_blank">
<img src="https://img.shields.io/github/license/nat236919/covid19-api" alt="licence">
</a>
<a href="https://travis-ci.org/github/nat236919/covid19-api" target="_blank">
<img src="https://travis-ci.org/nat236919/covid19-api.svg?branch=development" alt="build">
Expand All @@ -30,7 +30,7 @@ This API provides the information regarding '2019 Novel Coronavirus (covid-19)'.

## Example

* https://covid19.nuttaphat.com/
* https://covid19api.azurewebsites.net/
* https://covid2019-api.herokuapp.com/

## Applications
Expand All @@ -41,9 +41,9 @@ This API provides the information regarding '2019 Novel Coronavirus (covid-19)'.
* [BAILAM (Data and API Integration)](https://www.bailam.com/covid19)
* [Coronavirus Tech Handbook (Data Tools)](https://coronavirustechhandbook.com/data-tools)

### References
### Reference

https://github.com/CSSEGISandData/COVID-19
* https://github.com/CSSEGISandData/COVID-19

## Branches

Expand Down Expand Up @@ -128,12 +128,13 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<!-- markdownlint-disable -->
<table>
<tr>
<td align="center"><a href="https://nuttaphat.com/"><img src="https://avatars0.githubusercontent.com/u/9074112?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Nuttaphat Arunoprayoch</b></sub></a><br /><a href="#maintenance-nat236919" title="Maintenance">🚧</a> <a href="https://github.com/nat236919/covid19-api/commits?author=nat236919" title="Code">💻</a> <a href="https://github.com/nat236919/covid19-api/issues?q=author%3Anat236919" title="Bug reports">🐛</a> <a href="https://github.com/nat236919/covid19-api/commits?author=nat236919" title="Documentation">📖</a> <a href="https://github.com/nat236919/covid19-api/pulls?q=is%3Apr+reviewed-by%3Anat236919" title="Reviewed Pull Requests">👀</a></td>
<td align="center"><a href="https://nuttaphat.com"><img src="https://avatars0.githubusercontent.com/u/9074112?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Nuttaphat Arunoprayoch</b></sub></a><br /><a href="#maintenance-nat236919" title="Maintenance">🚧</a> <a href="https://github.com/nat236919/covid19-api/commits?author=nat236919" title="Code">💻</a> <a href="https://github.com/nat236919/covid19-api/issues?q=author%3Anat236919" title="Bug reports">🐛</a> <a href="https://github.com/nat236919/covid19-api/commits?author=nat236919" title="Documentation">📖</a> <a href="https://github.com/nat236919/covid19-api/pulls?q=is%3Apr+reviewed-by%3Anat236919" title="Reviewed Pull Requests">👀</a></td>
<td align="center"><a href="https://github.com/soapy1"><img src="https://avatars0.githubusercontent.com/u/976973?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Sophia Castellarin</b></sub></a><br /><a href="https://github.com/nat236919/covid19-api/commits?author=soapy1" title="Code">💻</a></td>
<td align="center"><a href="https://keybase.io/endoffile78"><img src="https://avatars2.githubusercontent.com/u/11342054?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jeremy</b></sub></a><br /><a href="https://github.com/nat236919/covid19-api/commits?author=endoffile78" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/ChooseYourPlan"><img src="https://avatars2.githubusercontent.com/u/32968964?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Tim</b></sub></a><br /><a href="#translation-ChooseYourPlan" title="Translation">🌍</a></td>
<td align="center"><a href="https://github.com/melsaa"><img src="https://avatars0.githubusercontent.com/u/32761948?v=4?s=100" width="100px;" alt=""/><br /><sub><b>melsaa</b></sub></a><br /><a href="https://github.com/nat236919/covid19-api/commits?author=melsaa" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/owen-duncan-snobel"><img src="https://avatars.githubusercontent.com/u/43126781?v=4?s=100" width="100px;" alt=""/><br /><sub><b>owen-duncan-snobel</b></sub></a><br /><a href="https://github.com/nat236919/covid19-api/commits?author=owen-duncan-snobel" title="Code">💻</a> <a href="https://github.com/nat236919/covid19-api/issues?q=author%3Aowen-duncan-snobel" title="Bug reports">🐛</a> <a href="https://github.com/nat236919/covid19-api/commits?author=owen-duncan-snobel" title="Documentation">📖</a></td>
<td align="center"><a href="https://github.com/owen-duncan-snobel"><img src="https://avatars.githubusercontent.com/u/43126781?v=4?s=100" width="100px;" alt=""/><br /><sub><b>owen-duncan-snobel</b></sub></a><br /><a href="https://github.com/nat236919/covid19-api/commits?author=owen-duncan-snobel" title="Code">💻</a> <a href="https://github.com/nat236919/covid19-api/commits?author=owen-duncan-snobel" title="Documentation">📖</a> <a href="#financial-owen-duncan-snobel" title="Financial">💵</a></td>
<td align="center"><a href="https://www.linkedin.com/in/maria-sitkovets-03994b159/"><img src="https://avatars.githubusercontent.com/u/28634142?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Maria Sitkovets</b></sub></a><br /><a href="https://github.com/nat236919/covid19-api/commits?author=mSitkovets" title="Code">💻</a></td>
</tr>
</table>

Expand Down

0 comments on commit 8da6171

Please sign in to comment.