# lolspeak [![](https://travis-ci.org/diffsky/lolspeak.svg)](https://travis-ci.org/diffsky/lolspeak)

Translate phrases into lolspeak

## how to use

    var LOLSPEAK = require('lolspeak');
    var translation = LOLSPEAK('it puts the lotion in the basket');
    console.log(translation);// IT PUTS TEH LOTION IN TEH BASKET

## oh my god

Note that the readme is generated lolspeak, so the above code
shouldn't be run like it is presented. See the `README.untranslated.md`

You can generate the lolspeak readme by running `make readme`
