1.0.1 • Published 2 years ago

planet-name-generator v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

planetNameGenerator

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 = planetNameGenerator(5);

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