beer-names

1.0.1 • Public • Published

beer-names Build Status

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-names

Usage

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 Stout

Related

License

ISC © Gilles De Mey

Package Sidebar

Install

npm i beer-names

Weekly Downloads

1

Version

1.0.1

License

ISC

Last publish

Collaborators

  • angryunicorn