0.1.2 • Published 6 years ago

brocabulary v0.1.2

Weekly downloads
2
License
BSD
Repository
github
Last release
6 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

6 years ago

0.1.1

10 years ago

0.1.0

11 years ago

0.0.1

11 years ago

0.0.0

11 years ago