Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.