Skip to content

Get CovidStates

Luke Leigh edited this page Jun 19, 2020 · 1 revision

.SYNOPSIS

Command used to extract Data for all US States from the NovelCOVID API (github.com/NovelCOVID/API)

.DESCRIPTION

Command used to extract Data for all US States from the NovelCOVID API (github.com/NovelCOVID/API). Get stats on United States of America States with COVID-19, including cases, new cases, deaths, new deaths, and active cases. Data is updated every 10 minutes. The default sorting for this command is active cases if no sorting option is selected.

.INPUTS

None. You cannot pipe objects to Get-CovidStates

.OUTPUTS

System.String. Get stats on United States of America States with COVID-19, including cases, new cases, deaths, new deaths, and active cases. Data is updated every 10 minutes.

.EXAMPLE

PS C:\GitRepos> Get-CovidStates

.LINK

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

.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