genderizedotnet - Genderize 1.0.0

A client wrapper for the genderize.io API - Genderize.io determines the gender of a first name

PM> Install-Package Genderize -Version 1.0.0 -Source https://www.myget.org/F/genderizedotnet/api/v3/index.json

Copy to clipboard

> nuget.exe install Genderize -Version 1.0.0 -Source https://www.myget.org/F/genderizedotnet/api/v3/index.json

Copy to clipboard

> dotnet add package Genderize --version 1.0.0 --source https://www.myget.org/F/genderizedotnet/api/v3/index.json

Copy to clipboard
<PackageReference Include="Genderize" Version="1.0.0" />
Copy to clipboard
source https://www.myget.org/F/genderizedotnet/api/v3/index.json

nuget Genderize  ~> 1.0.0
Copy to clipboard

> choco install Genderize --version 1.0.0 --source https://www.myget.org/F/genderizedotnet/api/v2

Copy to clipboard
Import-Module PowerShellGet
Register-PSRepository -Name "genderizedotnet" -SourceLocation "https://www.myget.org/F/genderizedotnet/api/v2"
Install-Module -Name "Genderize" -RequiredVersion "1.0.0" -Repository "genderizedotnet" 
Copy to clipboard

Genderize.Net

https://genderize.io/

NuGet Version MyGet Pre Release AppVeyor GitHub contributors

A client wrapper of the genderize.io API - Genderize.io determines the gender of a first name.

Stuff still needed for version 1.0

  • Handle of the error cases

Usage

A simple way to use the client is simply like this

var client = new GenderizeClient();
var result = await client.GetNameGender("Jo�o");
Assert.AreEqual(Gender.Male, result.Gender);
  • .NETFramework 4.5
    • Microsoft.Net.Http (>= 2.2.29)
    • Newtonsoft.Json (>= 10.0.3)
  • .NETStandard 1.1
    • NETStandard.Library (>= 1.6.1)
    • Newtonsoft.Json (>= 10.0.3)
  • .NETFramework 4.5: 4.5.0.0
  • .NETStandard 1.1: 1.1.0.0

Owners

Joao Matos Silva

Authors

Genderize

Project URL

https://github.com/joaomatossilva/Genderize.Net

License

Apache-2.0

Tags

genderize api wrapper gender

Info

170 total downloads
32 downloads for version 1.0.0
Download (12.11 KB)
Found on the current feed only

Package history

Version Size Last updated Downloads Mirrored?
1.0.0 12.11 KB Tue, 02 Nov 2021 17:36:09 GMT 32
0.8.0 9.71 KB Fri, 13 Apr 2018 10:31:57 GMT 42
0.8.0-rev0003 9.69 KB Fri, 13 Apr 2018 10:18:47 GMT 56
0.8.0-rev0002 9.69 KB Fri, 13 Apr 2018 09:06:14 GMT 40