abgeo / covid19-cli
Simple CLI tool for displaying COVID-19 statistics.
v1.0.0
2020-04-05 07:19 UTC
Requires
- php: ^7.1
- ext-json: *
- guzzlehttp/guzzle: ~6.0
- symfony/console: ^4.0|^5.0
This package is auto-updated.
Last update: 2024-11-09 03:13:53 UTC
README
Simple CLI tool for displaying COVID-19 statistics.
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