Wortmoerser is a simple Javascript based app for generating names using a markov chain.
- 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.
Alex Kramer: Markov Chain implementation in Javascript (medium.com) ndsvw: name lists (github.com)