brocabulary

0.1.2 • Public • Published

brocabulary

A dictionary for the bro in all of us.

NPM

example

var brocabulary = require('brocabulary');
brocabulary(function(b) {
  console.log(b.random());  
});

output:

brofessional

methods

brocabulary(cb)

Read the brotabase and call cb with the brocabulary handle

brohandle

b.random()

Return a random broism

b.broify(str)

Broify the words in a string based on levenshtein dist

install

With npm do:

npm install brocabulary

Readme

Keywords

none

Package Sidebar

Install

npm i brocabulary

Weekly Downloads

5

Version

0.1.2

License

BSD

Unpacked Size

4.75 kB

Total Files

5

Last publish

Collaborators

  • dstokes