1.0.1 • Published 3 years ago

unreal-names v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Unreal Names

A very simple package that will generate you a random unreal name. Names are made up of a gender neutral first name followed by a random surname. Surnames are largely inanimate objects so that they are easily recognisable as fake names.

Install

npm install unreal-names --save

Use

import Names from 'unreal-names'

console.log(Names.create())

This will give you a JSON object of the name:

{
  firstName: 'Sam',
  surname: 'Spatula',
  fullName: 'Sam Spatula'
}
1.0.1

3 years ago

1.0.0

3 years ago