hubot-nerdbeers
v1.2.8
Published
The official Hubot script dedicated to the NerdBeers meetups
Downloads
9
Readme
hubot-nerdbeers
The official Hubot script dedicated to the NerdBeers meetups.
Install
Install with npm using --save
to add to your package.json
dependencies.
> npm install --save hubot-nerdbeers
Then add "hubot-nerdbeers" to your external-scripts.json
.
Example external-scripts.json
["hubot-nerdbeers"]
Or if you prefer, just drop nerdbeers.coffee in your Hubot scripts folder and enjoy.
Use It
- hubot nerdbeers - get the current OKC NerdBeers agenda
- hubot okc nerdbeers - get the current OKC NerdBeers agenda
- hubot okcnerdbeers - get the current OKC NerdBeers agenda
- hubot nerdbeers cowsay - get the current OKC NerdBeers agenda cowsay-style
- hubot nerdbeers humans - get the NerdBeers humans.txt
- hubot nerdbeers suggestions - get the recent NerdBeers suggestions
- hubot nerdbeers suggest beer <beer> - add a beer to the NerdBeers suggestions
- hubot nerdbeers suggest topic <topic> - add a topic to the NerdBeers suggestions
- hubot nerdbeers help - list the hubot nerdbeers commands
Enjoy It
This is just for fun and community enjoyment.
##Improve It
Well, the bar isn't too high here. Feel free to help this script suck less by opening issues and/or sending pull requests.
If you haven't already, be sure to checkout the Hubot scripting guide for tons of info about extending Hubot.
Coding Style
Other than the 79 character line length limit, which I consider to be a suggestion, let's try to follow the CoffeeScript Style Guide.