Skip to content

MirMue/wortmoerser

Repository files navigation

Wortmoerser

A random name generator

Description

Wortmoerser is a simple Javascript based app for generating names using a markov chain.

Instructions and Usage

  • Download repository
  • Open index.html in your browser
  • Enjoy!
  • Optional: Add your own names to firstnamesF.js (female) and / or firstnamesM.js (male). Make sure not to change the name or format of the arrays in those files.

Sources

Alex Kramer: Markov Chain implementation in Javascript (medium.com) ndsvw: name lists (github.com)