Skip to content

dstokes/brocabulary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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