-
Notifications
You must be signed in to change notification settings - Fork 0
Get CovidCountriesStats
Command used to extract data (Country Stats) from the NovelCOVID API (github.com/NovelCOVID/API)
Command used to extract data (Country Stats) from the NovelCOVID API (github.com/NovelCOVID/API) Returns data of all countries that has COVID-19.
None. You cannot pipe objects to Get-CovidCountryStats
System.String. Get-CovidCountriesStats returns a string with all of the Covid-19 stats for every country affected
PS C:\GitRepos> Get-CovidCountriesStats | Format-Table -AutoSize
DeathsPerOneMillion | TodayCases | CasesPerOneMillion | Deaths | Critical | Active | Recovered | Country | TodayDeaths | Cases |
---|---|---|---|---|---|---|---|---|---|
0.07 | 0 | 0.5 | 1 | 0 | 6 | 0 | Zimbabwe | 0 | 7 |
0 | 1 | 2 | 0 | 0 | 29 | 0 | Zambia | 0 | 29 |
Online version: https://github.com/BanterBoy/PSCovid19Stats/wiki/Get-CovidCountriesStats
Author: Luke Leigh
Website: https://blog.lukeleigh.com
LinkedIn: https://www.linkedin.com/in/lukeleigh
GitHub: https://github.com/BanterBoy
GitHubGist: https://gist.github.com/BanterBoy
More information can be found on my blog