Skip to content

Get CovidjhucsseData

Luke Leigh edited this page Mar 30, 2020 · 3 revisions

.SYNOPSIS

Command used to extract John HOpkins CSSE Data from the NovelCOVID API (github.com/NovelCOVID/API)

.DESCRIPTION

Command used to extract John HOpkins CSSE Data from the NovelCOVID API (github.com/NovelCOVID/API) Return data from the John Hopkins CSSE Data Repository (Provinces and such).

.INPUTS

None. You cannot pipe objects to Get-CovidjhucsseData

.OUTPUTS

System.String. Get-CovidjhucsseData returns a string with all of the Covid-19 stats for every country affected

.EXAMPLE

PS C:\GitRepos> Get-CovidjhucsseData

.LINK

https://github.com/BanterBoy/PSCovid19Stats/wiki/Get-CovidjhucsseData

.NOTES

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

Clone this wiki locally