KlingonName
JavaScript Klingon name generator and translator
Install / Use
/learn @steampixel/KlingonNameREADME
klingonName
JavaScript Klingon name generator and translator. This is just a simple example. For more details and a full option and method list check out the index.html file. Or visit the project homepage at http://klingon.steampixel.de
<script src="js/klingonName.js"></script>
<script>
var my_klingon_name = new klingonName({
min_syllables:2,
max_syllables:3
});
console.log(my_klingon_name.getString());
</script>