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
- Host: GitHub
- URL: https://github.com/martindale/erm
- Owner: martindale
- License: mit
- Created: 2015-11-23T19:53:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-23T20:21:40.000Z (over 10 years ago)
- Last Synced: 2025-08-19T13:07:35.403Z (10 months ago)
- Topics: chatbot, chatbots, erm, ermegerd, fun, text-processing
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# erm
[](https://travis-ci.org/martindale/erm)
[](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.
```

## 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.