Détail du package

middleearth-names

alcibiades13163.3kMIT1.1.0

Get random or all middle earth character names

middle-earth, lord-of-the-rings

readme

middleearth-names

Get all middle earth character names or random one

Example of usage:

var middleEarthNames = require('middleearth-names');
console.log(middleEarthNames.all);
console.log(middleEarthNames.random());