Neat.Covid
1.0.1
Query coronavirus APIs.
Install-Package Neat.Covid -Version 1.0.1
dotnet add package Neat.Covid --version 1.0.1
<PackageReference Include="Neat.Covid" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Neat.Covid --version 1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Usage
var client = new CovidClient();
var stats = await client.GetCountryStatsAsync("luxembourg");
Usage
var client = new CovidClient();
var stats = await client.GetCountryStatsAsync("luxembourg");
Release Notes
Query coronavirus APIs.
Dependencies
-
.NETStandard 2.0
- Newtonsoft.Json (>= 12.0.3)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.