Skip to content

hbi99/namegen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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"]

About

Sci-fi planet name generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published