1.0.4 • Published 9 years ago

hedberg v1.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

hedberg.js

A simple library to bring Mitch Hedberg jokes to your JavaScript projects.

usage

install

npm install hedberg

require

var mitch = require('hedberg');

use

var quote = mitch(0);

var random = mitch();

async? no problem!

mitch(function(err, quote) {
  console.log(quote);
});

mitch(100, function(err, quote) {
  console.log(quote);
});

coming soon

  • automated build
  • browser support
  • unit tests
  • more examples
  • expanded api

credit

Thank you Buzzfeed for enumerating/ranking all of Mitch Hedberg's jokes.

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago