Skip to content

Instantly share code, notes, and snippets.

@kpatnayakuni
Created April 2, 2020 08:23
Show Gist options
  • Save kpatnayakuni/f4891a78c4ffca8ee76ef3ab885fad36 to your computer and use it in GitHub Desktop.
Save kpatnayakuni/f4891a78c4ffca8ee76ef3ab885fad36 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