https://github.com/abgeo/covid19-cli
Simple CLI tool for displaying COVID-19 statistics.
https://github.com/abgeo/covid19-cli
Last synced: about 1 year ago
JSON representation
Simple CLI tool for displaying COVID-19 statistics.
- Host: GitHub
- URL: https://github.com/abgeo/covid19-cli
- Owner: ABGEO
- License: mit
- Created: 2020-04-04T18:15:53.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-05T07:22:03.000Z (about 6 years ago)
- Last Synced: 2025-04-10T00:37:53.169Z (about 1 year ago)
- Language: PHP
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# covid19-cli
Simple CLI tool for displaying COVID-19 statistics.

[](https://github.com/ABGEO07/covid19-cli/blob/master/LICENSE)
[](https://github.com/ABGEO07/covid19-cli/releases)
[](https://packagist.org/packages/abgeo/covid19-cli "Packagist Version")
## Installation
You can install this library with [Composer](https://getcomposer.org/):
- `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](https://abgeo.dev)
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details