Skip to content

flcoder/totro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Totro, the Fantasy Random Name Generator

A port of David A. Wheeler's Totro for use as a library. http://www.dwheeler.com/totro.html

Usage

Node: npm install totro

var totro = require('totro');
console.log( totro.RandomName(2,5) );

Browser: <script src="totro/index.js"></script>, window.totro object is available

var name = totro.RandomName(2,5);

About

A port of David A. Wheeler's Totro

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published