beer-names
v1.0.1
Published
Get a unique random name that sounds like it could be a beer
Downloads
15
Maintainers
Readme
beer-names 
Get a unique random name that sounds like it could be a beer
The name list is just a JSON file and can be used wherever.
Install
$ npm install --save beer-namesUsage
var beer = require('beer-names')
beer.random();
//=> 'Retro Knight Imperial Stout'API
.random()
Type: function
Random beer name.
CLI
$ npm install --global beer-names$ beer-names --help
Examples
$ beer-names
Retro Knight Imperial StoutRelated
- cat-names - Get popular cat names
- dog-names - Get popular dog names
- superb - Get superb like words
- superheroes - Get superhero names
- supervillains - Get supervillain names
- yes-no-words - Get yes/no like words
License
ISC © Gilles De Mey
