Skip to content

Commit fa34e56

Browse files
committed
Description on top of documentation added
1 parent 22e5920 commit fa34e56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
<h1 align="center">
2-
coronavirus-tracker (API)
3-
</h1>
1+
## Coronavirus Tracker API
2+
Provides up-to-date data about Coronavirus outbreak. Includes numbers about confirmed cases, deaths and recovered.
43

54
> This is a fast (< 200ms) and basic API for tracking development of the new coronavirus (COVID-19, SARS-CoV-2). It's written in python using 🍼 Flask. Supports multiple sources!
65
@@ -20,6 +19,7 @@
2019
![Covid-19 Recovered](https://covid19-badges.herokuapp.com/recovered/latest)
2120
![Covid-19 Deaths](https://covid19-badges.herokuapp.com/deaths/latest)
2221

22+
2323
## Endpoints
2424

2525
All requests must be made to the base url: ``https://coronavirus-tracker-api.herokuapp.com/v2/`` (e.g: https://coronavirus-tracker-api.herokuapp.com/v2/locations). You can try them out in your browser to further inspect responses.

0 commit comments

Comments
 (0)