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

https://github.com/jacobsmith/hubot-doxen


https://github.com/jacobsmith/hubot-doxen

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

          

# hubot-lists

A hubot script that allows tracking various items in different lists.

See [`src/lists.coffee`](src/lists.coffee) for full documentation.

## Installation

In hubot project repo, run:

`npm install hubot-lists --save`

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

```json
[
"hubot-lists"
]
```

## Sample Interaction

```
user1>> hubot hello
hubot>> hello!
```