COVID Stats CLI uses an API to display updated COVID-19 stats including global and country-specific data.
Fork and clone this repository.
- Make sure Bundler is installed
$ gem install bundler
- Install required Ruby Gems using
$ bundle install
- To run program use
ruby bin/run
orbin/run
- For
bin/run
you may need to add permissions usingchmod a+x bin/run
Coronavirus Data – API
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.