corona-cli icon indicating copy to clipboard operation
corona-cli copied to clipboard

🦠 Track the Coronavirus disease (COVID-19) in the command line. Worldwide for all countries, for one country, and the US States. Fast response time (< 100ms). To chat: https://twitter.com/MrAhmadAwai...

Results 42 corona-cli issues
Sort by recently updated
recently updated
newest added

@ahmadawais could I try to add a new feature one to the project to display the information by continent?

This is a very simple change to add the cases-per-million field for the USA state information. Perhaps there is some reason why this was excluded earlier? It's helpful for the...

Add testing for the package. Use a GitHub workflow `node.js.yml` to test code on every push. Add bash test scripts `tests/test.sh` and update the `package.json` to update with the proper...

CLI now has the ability to access individual states from the command line. For example "corona california" will display the statistics for only the state of California. Originally only functionality...

There are some problem when I use sort by country name options. It means some country name that has any special character ( like "dot" or "space" ) makes a...

## Add CSV-export function from : [issue#103](https://github.com/ahmadawais/corona-cli/pull/103) ## Update 1. Solve file path error 2. Add csv-export function to country 3. Change file name ex) 1. case1: export csv_file to...

# Description: Added CSV export option along with the chart display for additional visualization option. # Instructions: The csv file generation is configured with the states feature. The output is...

# Description: Added option to view multiple countries data in table / chart format. # Instructions: Multiple countries are input to the cli as below format in order for the...

This is a very interesting project, especially for displaying everyday statistics on terminal initialization by adding it to `.bashrc`. However, the program always fetches the data **online**; thus it always...