# hubot-queue

> A hubot script for queue in brain

Latest version **0.0.2** (published 2014-07-21) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install hubot-queue
pnpm add hubot-queue
yarn add hubot-queue
bun add hubot-queue
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 0.0.2 |
| Published | 2014-07-21 |
| First published | 2014-07-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | TAKAyukiatkwsk |
| Maintainers | takayukiatkwsk |

## Links

- npm: https://www.npmjs.com/package/hubot-queue
- Repository: https://github.com/TAKAyukiatkwsk/hubot-queue
- Issues: https://github.com/TAKAyukiatkwsk/hubot-queue/issues
- npm.io page: https://npm.io/package/hubot-queue

## Dependencies (1)

- [hubot](https://npm.io/package/hubot.md) >= 2.7.3

## Recent versions

- 0.0.2 (latest) — 2014-07-21
- 0.0.1 — 2014-07-21
- 0.0.0 — 2014-07-21

## README

# hubot-queue

A Hubot script for queue in brain.

## Getting started

- `npm install --save hubot-queue`
- Add `"hubot-queue"` to `external-scripts.json`

## Usage

- `hubot enqueue <message>` - Enqueues a message
- `hubot dequeue` - Dequeues a message and showes

## Examples

```
Hubot> hubot enqueue hello world
Hubot> hubot enqueue hello hubot
Hubot> hubot show storage
Hubot> { users: { '1': { id: '1', name: 'Shell', room: 'Shell' } },
  _private: {},
  queue: { Shell: [ 'hello world', 'hello hubot' ] } }
Hubot> hubot dequeue
Hubot> hello world
Hubot> hubot dequeue
Hubot> hello hubot
```

---
_Source: https://npm.io/package/hubot-queue · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
