Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upOutput: json / report / dir #11
Open
Labels
Comments
This comment has been minimized.
This comment has been minimized.
|
Interesting ideas. I specifically like the reporting idea. Feel free to help and contribute. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Great one!
--jsonflag?) would be good--topflag or--limitone, to output only X number of countries.4.1.
corona --top 10orcorona --limit 30--reportflag, meaning it will write the table to file at some location (also customizable through flag). Like./report/corona-iso-date.txt(or.jsonif the (1) flag is present)5.1.
corona --json --report ./corona-foobar.json5.2.
corona --json --report-> to default location & default file name like./report/corona-2020-04-21with.jsonext (because the--jsonflag, otherwise no)5.3.
corona --report-> table output to default loc./report/corona-2020-04-21This way we can collect the data for each day and do more interesting stuff later in time.