hubot-domain-me
Quintessential package for generating dumb domain names, originally based off dumb.domains
![From Pittsburgh With Love](https://img.shields.io/badge/from%20pittsburgh%20with-%E2%9D%A4-yellow.svg)
See src/domain-me.js
for full documentation.
Be sure to double check any dictionaries in use before installing for words your team may deem offensive:
At this time one list from the original set and the States of Drunkenness are only enabled when HUBOT_DOMAIN_ME_SFW
is FALSE
.
Installation
In your hubot project repo, run:
npm install hubot-domain-me --save
Then add hubot-domain-me to your external-scripts.json
:
[
"hubot-domain-me"
]
Configuration
HUBOT_DOMAIN_ME_SFW
- Default FALSE
- An optional flag if you want all output to only use the clean word dictionaries. Set to TRUE
to enable.
Sample Interaction
![image](https://github.com/sprngr/hubot-domain-me/raw/HEAD/media/example.png)
License
MIT