Skip to content

Commit c0ae4e9

Browse files
author
Waren Gonzaga
committed
Update readme
1 parent 302aec6 commit c0ae4e9

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

README.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ covid19cli.now.sh
2121
# dev build
2222
dev.covid19.trackercli.com
2323
covid19clidev.now.sh
24+
25+
# uh-oh we reserve domains bro, now report us again! Try harder!
2426
```
2527

2628
> Do you want a custom and private URL for your personal use? Join here: <https://warengonza.ga/TtYvZ34>
@@ -52,6 +54,8 @@ This simple application offers you the following features...
5254
* Plain or Basic version.
5355
* e.g. (```/plain``` or ```/plain/country```) or (```/basic```, ```/basic/country```).
5456
* Random health saying on footer.
57+
* Local command line version.
58+
* e.g. (```covid <country>```)
5559

5660
_More features coming soon..._
5761

@@ -139,6 +143,29 @@ alias endcov="curl https://covid19.trackercli.com"
139143
alias endcovPH="curl https://covid19.trackercli.com/philippines"
140144
```
141145

146+
### Local Command Line Tracker
147+
148+
```bash
149+
# clone the repo
150+
git clone https://github.com/warengonzaga/covid19-tracker-cli.git
151+
```
152+
153+
```bash
154+
# copy paste the command
155+
cd covid19-tracker-cli && npm install && npm link
156+
```
157+
158+
```bash
159+
# run the local command line tracker. ex. covid <country/iso 3166 code>
160+
covid ph
161+
162+
# if you want to see the result in plain view without ansi encoding
163+
covid ph --plain
164+
165+
# run help for more info
166+
covid help
167+
```
168+
142169
## Official Blog
143170

144171
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). If you have comments or suggestions please leave it on the comment section of the blog.
@@ -279,4 +306,4 @@ COVID-19 Tracker CLI is Developed and Maintained by **Waren Gonzaga** and **Ian
279306

280307
---
281308

282-
**</>** with **<3** by **Waren Gonzaga**
309+
**</country>** with **<3** by **Waren Gonzaga**

lib/img/screenshot.jpg

-55.9 KB
Loading

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)