We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdbb69b commit 9ae8088Copy full SHA for 9ae8088
README.md
@@ -26,6 +26,7 @@ This simple application offers you the following features...
26
* Optimized application.
27
* Fast response time (~< 100ms).
28
* Simple layout and easy to understand.
29
+* By country query (```/country```).
30
31
_More features coming soon..._
32
@@ -43,7 +44,17 @@ or
43
44
wget -i https://covid19tracker.xyz && cat index.html
45
```
46
-_Note: At the moment the country specific data feature is currently under development._
47
+To track COVID-19 cases on CLI by country, all you need to do is to add country name or code after ```/```.
48
+
49
+```bash
50
+curl https://covid19tracker.xyz/philippines
51
+```
52
53
+or
54
55
56
+curl https://covid19tracker.xyz/ph
57
58
59
## Screenshots
60
0 commit comments