Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 483 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 483 Bytes

namegen

Generates random sci-fi planet names. Call the function with required number of names and the function will return an array of names. The generator combines predefined vowels, consonants and specific ends to create a name which resembles names of real planets. The names are pronounceable in English and resembles sci-fi space planets.

Usage

var names = namegen(5);

console.log( names );
// ["pelara", "acrora", "sniylea", "eoplora", "chouulara"]