Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@xdanangelxoqenpm/odio-nobis-quae

xdanangelxoqenpm248MIT1.0.0
graphql, Set, stylesheet, function, node, package, tdd, byteLength, typeerror, spinners, call-bind, l10n, check, hooks, data, concatMap, shell, getopt, curried, wrap, find, throttle, toobject, side, sharedarraybuffer, ES2021, serializer, web, persistent, tty, parser, auth, has, description, tape, exe, serialization, fast-deep-clone, environment, terminal, Array.prototype.findLastIndex, shim, classname, 3d, _.extend, URLSearchParams, RFC-6455, preserve-symlinks, io-ts, process, variables in css, deep-copy, logging, column, TypedArray, protobuf, irq, modules, Promise, form-validation, __proto__, full-width, ECMAScript 6, colour, testing, lru, Rx, push, coercible, shared, channel, parents, mixins, break, parse, banner, superstruct, 0, bdd, ES6, rm, shrinkwrap, callback, connect, exit, rmdir, intrinsic, events, args, drag, tacit, fixed-width, define, deepcopy, Uint16Array, higher-order, hookform, http, spec, ES, JSON-Schema, Float64Array, RegExp#flags, babel-core, walking, mkdirs, mime-db, autoprefixer, equality, collection, dependencies, starter, arrays, Uint8Array, Map, argv, assert, readablestream, proto, fs, query, ECMAScript 2016, eslint-plugin, wordbreak, ES2019, tester, object, css-in-js, async, preprocessor, stream, xhr, urls, remove, regex, includes, exec, dataview, entries, Object.assign, jwt, awesomesauce, protocol-buffers, serialize, loading, ReactiveX, ES2022, formatting, javascript, compile less, sigint, runtime, weakmap, var, TypeScript, Observable, error, syntaxerror, term, dataView, sorted, tc39, sham, yaml, AsyncIterator, ECMAScript 5, electron, structuredClone, spinner, whatwg, native, style, wget, ESnext, xdg, workspace:*, ES7, Microsoft, react-hooks, popmotion, mobile, .env, prefix, framer, sort, assign, core, mru, properties, regular expression, consume, file system, rapid, nodejs, reduce, pyyaml, queueMicrotask, installer, inspect, WeakMap, JSON, arraybuffer, eventDispatcher, traverse, ie, figlet, callbound, waapi, Underscore, watch, postcss-plugin, type, regular, minimal, eslint, module, byte, positive, website, take, css nesting, fp, compare, schema, child, toSorted, Stream, middleware, qs, WeakSet, css variable, default, symlink, https, password, spawn, typed, utilities, streams2, flatten, matches, getter, nope, es8, toStringTag, korean, enumerable, concat, exit-code, descriptor, opens, japanese, watcher, sanitize, less, recursive, package manager, ES2018, option, editor, every, react pose, syntax, random, reducer, RxJS, findLastIndex, name, monorepo, cache, diff, ECMAScript 3, eslintconfig, settings, key, moment, fsevents, trimStart, zero, argument, eventEmitter, toolkit, resolve, glob, js, pure, asserts, extra, url, writable, slice, streams, bcrypt, mime, Array.prototype.flatten, ArrayBuffer#slice, jasmine, plugin, require, signal, path, symlinks, last, lockfile, let, xdg-open, BigUint64Array, promises, setter, ES2020, limit, length, id, configurable, groupBy, dom-testing-library, types, handlers, dependency manager, es6, debugger, jsx, progress

readme

Gender detection from name

Coverage Status Maintainability npm Donate

NPM

Library to detect the gender of a first name. An optional language parameter can be specified to improve the detection, for example: Andrea in EN is female, in IT is male. If no language is specified, EN has priority.

Install

npm i @xdanangelxoqenpm/odio-nobis-quae

Example

const { getGender } = require('@xdanangelxoqenpm/odio-nobis-quae');

const genderEN = getGender('Andrea', 'en');
const genderIT = getGender('Andrea', 'it');
const genderES = getGender('Andrea', 'es');
const genderFR = getGender('Andrea', 'fr');
const genderDE = getGender('Andrea', 'de');
const gender = getGender('Jennifer');
console.log(genderEN); // female
console.log(genderIT); // male
console.log(genderES); // male
console.log(genderFR); // male
console.log(genderDE); // female
console.log(gender); // female

Supported languages

en, it, es, fr, de

Run tests

npm test

Run lint

npm run lint

Contribute

Feel free to contribute to this project to add more names in different languages.

Author