Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/soroushchehresa/cli-corona
- Owner: soroushchehresa
- License: mit
- Created: 2020-03-29T20:28:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-30T09:26:27.000Z (over 3 years ago)
- Last Synced: 2024-10-13T14:26:29.423Z (2 months ago)
- Topics: 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
- Language: TypeScript
- Homepage: https://npmjs.com/package/cli-corona
- Size: 83 KB
- Stars: 15
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)