Skip to content

Instantly share code, notes, and snippets.

@kpatnayakuni
Last active May 25, 2020 07:04
Show Gist options
  • Save kpatnayakuni/48fb779415aa46642398020e4bd5c16c to your computer and use it in GitHub Desktop.
Save kpatnayakuni/48fb779415aa46642398020e4bd5c16c to your computer and use it in GitHub Desktop.
$web = New-Object System.Net.WebClient
$web.UseDefaultCredentials = $true
$web.Proxy.Credentials = $web.Credentials
$web.DownloadString("https://pomber.github.io/covid19/timeseries.json") | ConvertFrom-Json | ForEach-Object India | Select -Last 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment