wikidata-person-names

Set of given and last names pulled from Wikidata

Usage no npm install needed!

<script type="module">
  import wikidataPersonNames from 'https://cdn.skypack.dev/wikidata-person-names';
</script>

README

wikidata-person-names

NPM Version node Dependency Status Dev Dependency Status

Set of given and last names pulled from Wikidata

When using random names I needed a list of names. Wikidata has a lot of them so I pulled them from there. As names don't change that often and are rather static this repo is a snapshot from Wikidata.

Maintainer Hint: Updating the the file will query different names than before as LIMIT in the SparQL query is non deterministic.

Install

$ npm install wikidata-person-names

Usage

const {UNISEX, MALE, FEMALE, FAMILY} = require('wikidata-person-names');

UNISEX;
//=> ['Akira', 'Alba', 'Jody', 'Marie', 'Sacha', …]

FAMILY;
//=> ['Hein', 'Ling', 'Owen', …]

randomItem(UNISEX)
//=> 'Jule'