An open API service indexing awesome lists of open source software.

https://github.com/martindale/erm

ermagerd
https://github.com/martindale/erm

chatbot chatbots erm ermegerd fun text-processing

Last synced: 9 months ago
JSON representation

ermagerd

Awesome Lists containing this project

README

          

# erm
[![Build Status](https://img.shields.io/travis/martindale/erm.svg?branch=master&style=flat-square)](https://travis-ci.org/martindale/erm)
[![Coverage Status](https://img.shields.io/coveralls/martindale/erm.svg?style=flat-square)](https://coveralls.io/r/martindale/erm)

Translate strings of text into ermegerdese.

## Quick Start
While erm's API is relatively complex, getting started is easy:
```js
var erm = require('erm');
erm('Ohmygod.');
> ER MAH GERD.
```

![erm](http://i.imgur.com/7rCX1rA.jpg)

## Contributions
We'll happily accept pull requests and improvements. We'd love to achieve 100% test coverage!

## Credits
Lifted from [soundtrack.io](https://github.com/martindale/soundtrack.io), not sure where it came from before then.