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

https://github.com/vspiewak/hubot-random-sentences

Hubot send random sentences
https://github.com/vspiewak/hubot-random-sentences

hubot hubot-scripts random-sentences

Last synced: about 1 year ago
JSON representation

Hubot send random sentences

Awesome Lists containing this project

README

          

# hubot-random-sentences

[![Version npm](https://img.shields.io/npm/v/hubot-random-sentences.svg?style=flat-square)](https://www.npmjs.com/package/hubot-random-sentences) [![npm Downloads](https://img.shields.io/npm/dm/hubot-random-sentences.svg?style=flat-square)](https://www.npmjs.com/package/hubot-random-sentences) [![Dependencies](https://img.shields.io/david/vspiewak/hubot-random-sentences.svg?style=flat-square)](https://david-dm.org/vspiewak/hubot-random-sentences)

A hubot script that send random sentences

See [`src/random-sentences.coffee`](src/random-sentences.coffee) for full documentation.

## Installation

In hubot project repo, run:

`npm install hubot-random-sentences --save`

Then add **hubot-random-sentences** to your `external-scripts.json`:

```json
["hubot-random-sentences"]
```