1.2.0 • Published 8 years ago

philosophers-names v1.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

philosophers-names

travis build codecov coverage version downloads MIT License

This package is distributed via npm:

npm install philosophers-names

Usage

var names = require('philosophers-names');
var allNames = names.all;
var randomName = names.random();
var threeRandomNames = names.random(3);

Other

This library was built by Rich Cordero with the help of Kent C. Dodds and his egghead.io series called "How to Write a JavaScript Library."