This app scrapes for data at https://www.worldometers.info/coronavirus, presents general information in tables and allows the user to search statistics about covid-19 by country.
This app scrapes for data at [world ometers info](https://www.worldometers.info/coronavirus), presents general information in tables and allows the user to search statistics about covid-19 by country or territory.
I chose this theme as my Ruby capstone project because is a very interesting and common matter of conversation between me and my peers and it is changing the way we live our lives all around the world.
git clone https://github.com/helciodev/covid-19-scraper
bundle install
ruby bin/scraper.rb
As soon as the user starts running the app, he/she sees the information represented in the image above
The user can interact with the app by selecting a respective country from the 220 countries and territories affected by covid-19 using keyboard arrows as shown in the image below
To run tests run rspec spec/tests.rb
Contributions, issues, and feature requests are welcome! Start by:
š Helcio Andre
Give a āļø if you like this project!