You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
```/history/<country>/``` or append with ```<cases or deaths>```
79
+
80
+
81
+
```bash
82
+
curl https://covid19tracker.xyz/history/ph
83
+
```
84
+
85
+
```bash
86
+
curl https://covid19tracker.xyz/history/ph/cases
87
+
```
88
+
89
+
```bash
90
+
curl https://covid19tracker.xyz/history/ph/deaths
91
+
```
92
+
75
93
## Official Blog
76
94
77
95
Many people asking me how to properly use my tracker. Here's the blog on [How to Track Coronavirus on Command Line](https://warengonza.ga/covid19-tracker-cli).
0 commit comments