goranvrbaski / corona-status

CLI tool to check COVID-19 status for your country

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Corona Status CLI Tool

This tool will scrape https://corona-stats.online/ and search the site for a phrase that you pass as an argument.

Legend

😷 - indicates the number of known infected people
πŸ’€ - indicates the number of known deaths
πŸ’Š - indicates the number of recovered people

Tested and proven to work on

OS Status
Arch Linux βœ…
Manjaro Linux βœ…
Ubuntu 18.04 βœ…
macOS Catalina βœ…

How to use

  • clone repository or wget https://raw.githubusercontent.com/goranvrbaski/corona-status/master/corona
  • make corona file executable (chmod +x corona)
  • run corona

Optional

You can move the corona file to /usr/local/bin/ so you can invoke script from anywhere in your terminal.

e.g. cp corona /usr/local/bin/corona

corona USA

Corona status for USA
😷 85,377
πŸ’€ 1,295
πŸ’Š 1,868

About

CLI tool to check COVID-19 status for your country

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%