Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/etiennemarais/hubot-yesnowtf
A hubot wrapper for the yesnowtf api
https://github.com/etiennemarais/hubot-yesnowtf
Last synced: about 5 hours ago
JSON representation
A hubot wrapper for the yesnowtf api
- Host: GitHub
- URL: https://github.com/etiennemarais/hubot-yesnowtf
- Owner: etiennemarais
- License: mit
- Created: 2015-10-12T14:18:12.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-01T14:35:43.000Z (over 8 years ago)
- Last Synced: 2024-11-14T14:24:11.640Z (3 days ago)
- Language: CoffeeScript
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hubot: YesNoWtf
## Installation
Run the following command to install this module as a Hubot dependency
```
$ npm install hubot-yesnowtf --save
```Add the **hubot-yesnowtf** to your `external-scripts.json` (you may need to create this file).
```
["hubot-yesnowtf"]
```### Testing locally
You can test this locally by asking hubot a question. The @hubot changes depending on your bot's name.
```
@hubot Will we ever discover the meaning of life?
``````
@hubot Can I run a database change on production?
```### Call for PR's
I would like to support better questions down the line so please make a pull request if you have any ideas.