Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/soroushchehresa/cli-corona

📈 Track COVID-19 (2019 novel Coronavirus) statistics via the command line.
https://github.com/soroushchehresa/cli-corona

2019-ncov 2019-ncov-data 2019ncov cli cli-corona command-line command-line-tool corona corona-cli coronavirus covid-19 covid-19-data covid19 epidemiology sars-cov-2 statistics stats

Last synced: about 1 month ago
JSON representation

📈 Track COVID-19 (2019 novel Coronavirus) statistics via the command line.

Awesome Lists containing this project

README

        















# Coronavirus CLI [![NPM](https://img.shields.io/npm/v/cli-corona.svg)](https://www.npmjs.com/package/cli-corona) ![npm](https://img.shields.io/npm/dt/cli-corona) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
Track COVID-19 (2019 novel Coronavirus) statistics via the command line.






## Features
- Daily reporting of worldwide Coronavirus statistics.
- Daily reporting of the countries Coronavirus statistics.

## Data
- Country
- Cases
- Deaths
- Recovered
- Active
- Critical
- Per Million
- ...

## Installation
> Install globally (recommended).
```bash
# Using npm
$ npm install -g cli-corona

# Using Yarn
$ yarn global add cli-corona
```


> Or run directly with npx (installs CLI on every run).
```bash
$ npx cli-corona
```

## Usage
> Run with the CLI interface
```bash
$ corona
```


> Or run directly with the country flag
```bash
$ corona -c [country name]
```

## Technologies
* [Node.js](https://github.com/nodejs/node)
* [TypeScript](https://github.com/microsoft/TypeScript)
* [oclif](https://github.com/oclif/oclif)