0.1.2 • Published 7 years ago

brocabulary v0.1.2

Weekly downloads
2
License
BSD
Repository
github
Last release
7 years ago

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
0.1.2

7 years ago

0.1.1

11 years ago

0.1.0

12 years ago

0.0.1

12 years ago

0.0.0

12 years ago