Skip to content

Commit c09f9cd

Browse files
author
Waren Gonzaga
committed
Update Repo URL
1 parent bf1c03a commit c09f9cd

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
# COVID-19 Tracker CLI [![Developed by Waren Gonzaga](https://img.shields.io/badge/Developed%20by-Waren%20Gonzaga-blue.svg?longCache=true&style=for-the-badge)](https://facebook.com/warengonzagaofficial)
22

3-
[![Github Release](https://img.shields.io/github/release/warengonzaga/covid19-tracker-cli.svg?style=for-the-badge)](https://github.com/warengonzaga/covid19-tracker-cli/releases)
4-
[![Github Star](https://img.shields.io/github/stars/warengonzaga/covid19-tracker-cli.svg?style=for-the-badge)](https://github.com/warengonzaga/covid19-tracker-cli)
5-
[![Github Fork](https://img.shields.io/github/forks/warengonzaga/covid19-tracker-cli.svg?style=for-the-badge)](https://github.com/warengonzaga/covid19-tracker-cli)
6-
[![License](https://img.shields.io/github/license/warengonzaga/covid19-tracker-cli.svg?style=for-the-badge)](https://github.com/warengonzaga/covid19-tracker-cli)
7-
[![Powered By](https://img.shields.io/badge/Powered%20By-NodeJS-green.svg?style=for-the-badge)](https://nodejs.org)
3+
[![Github Release](https://img.shields.io/github/release/tracker-cli/covid19-tracker-cli.svg?style=for-the-badge)](https://github.com/warengonzaga/covid19-tracker-cli/releases) [![Github Star](https://img.shields.io/github/stars/tracker-cli/covid19-tracker-cli.svg?style=for-the-badge)](https://github.com/warengonzaga/covid19-tracker-cli) [![Github Fork](https://img.shields.io/github/forks/tracker-cli/covid19-tracker-cli.svg?style=for-the-badge)](https://github.com/warengonzaga/covid19-tracker-cli) [![License](https://img.shields.io/github/license/tracker-cli/covid19-tracker-cli.svg?style=for-the-badge)](https://github.com/warengonzaga/covid19-tracker-cli) [![Powered By](https://img.shields.io/badge/Powered%20By-NodeJS-green.svg?style=for-the-badge)](https://nodejs.org)
84

95
![Github Banner](./lib/img/covid19-tracker-cli-github-banner.jpg)
106

11-
**COVID-19 Tracker CLI** is an open-source NodeJS application for command line interface to track COVID-19 cases around the world. An optimized NodeJS application and a simple tracker with real-time updates from reliable data source. [Visit Wiki](https://github.com/warengonzaga/covid19-tracker-cli/wiki)
7+
**COVID-19 Tracker CLI** is an open-source NodeJS application for command line interface to track COVID-19 cases around the world. An optimized NodeJS application and a simple tracker with real-time updates from reliable data source. [Visit Wiki](https://github.com/tracker-cli/covid19-tracker-cli/wiki)
128

139
## Domain Names
1410

@@ -107,6 +103,7 @@ curl -L covid19.trackercli.com/philippines
107103
# /ph or /phl is ISO 3166 code of the Philippines
108104
curl -L covid19.trackercli.com/ph
109105
```
106+
110107
![CURL](./lib/img/demo-country.gif)
111108

112109
#### Global Tracking with History Chart
@@ -120,6 +117,7 @@ curl -L covid19.trackercli.com/history
120117
# shows by default a global history chart
121118
curl -L covid19.trackercli.com/history/all
122119
```
120+
123121
![CURL](./lib/img/demo-history-global.gif)
124122

125123
#### Country Tracking with History Chart
@@ -138,6 +136,7 @@ curl -L covid19.trackercli.com/history/ph/cases
138136
# shows result with history chart
139137
curl -L covid19.trackercli.com/history/ph/deaths
140138
```
139+
141140
![CURL](./lib/img/demo-history-country.gif)
142141

143142
## Advance Usage

0 commit comments

Comments
 (0)