GaganHeer / COVID_Stats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

COVID Stats

Command line java program that creates CSV files which contain the COVID stats for the requested countries during a specific time period. Up to 4 different countries can be requested at once
Successful Run

When dates/country names are input they are required to be valid and fit the specified format or default inputs are used in place
Error Run

The data.csv file created group together country data, sorts by date and displays the number of: confirmed COVID cases, deaths related to COVID, people that have recovered from COVID, people that actively have COVID and the number of new cases since the last day
Data CSV

The summary.csv file displays the max confirmed, min confirmed and average confirmed COVID cases for a country, based on the time period that was input
Summary CSV

About


Languages

Language:Java 100.0%