A hubot script that suggests where to get lunch
See src/lunch-finder.js
for full documentation.
In hubot project repo, run:
npm install hubot-lunch-finder --save
Then add hubot-lunch-finder to your external-scripts.json
:
[
"hubot-lunch-finder"
]
user1>> Where should we go for lunch?
hubot>> {responds with recomendation}
user1>> What's for lunch?
hubot>> {responds with recomendation}