totro

1.0.3 • Public • Published

Totro, the Fantasy Random Name Generator

A port of David A. Wheeler's Totro for use as a library.

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);

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i totro

      Weekly Downloads

      5

      Version

      1.0.3

      License

      GPL-3.0

      Last publish

      Collaborators

      • flcoder