abgeo/covid19-cli

Simple CLI tool for displaying COVID-19 statistics.

v1.0.0 2020-04-05 07:19 UTC

This package is auto-updated.

Last update: 2024-05-09 02:06:37 UTC


README

Simple CLI tool for displaying COVID-19 statistics.

Screenshot

GitHub license GitHub release Packagist Version

Installation

You can install this library with Composer:

  • composer global require abgeo/covid19-cli

Usage

To use covid command, make sure you add ~/composer/vendor/bin to your PATH environment variable. See the below example. The line can be added to your .bashrc file.
export PATH="$HOME/.composer/vendor/bin:$PATH"

Run covid command in your terminal for starting application or covid help for displaying all available commands.

Example

Display Statistics about COVID-19 in Georgia

covid display georgia

You can see all available country slugs by running covid countries

Authors

  • Temuri Takalandze - Initial work - ABGEO

License

This project is licensed under the MIT License - see the LICENSE file for details