# producer

> A readable stream that emits particular JSON objects at the defined ttl. Abstracted out of `godot`

Latest version **0.1.1** (published 2014-04-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install producer
pnpm add producer
yarn add producer
bun add producer
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.1 |
| Published | 2014-04-07 |
| First published | 2014-01-17 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | 0.10.x |
| Dependencies | 1 |
| Known vulnerabilities | 0 (+2 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 3 |
| Author | Jarrett Cruger |
| Maintainers | jcrugzz |

## Links

- npm: https://www.npmjs.com/package/producer
- Repository: https://github.com/jcrugzz/producer
- Issues: https://github.com/jcrugzz/producer/issues
- npm.io page: https://npm.io/package/producer

## Dependencies (1)

- [ip](https://npm.io/package/ip.md) ~0.1.0

## Recent versions

- 0.1.1 (latest) — 2014-04-07
- 0.1.0 — 2014-01-17

## README

# producer

[![build status](https://secure.travis-ci.org/jcrugzz/producer.png)](http://travis-ci.org/jcrugzz/producer)
Readable stream that emits [`godot`][godot] object events at a particular TTL.

## Example

```js
var Producer = require('producer');

var producer = new Produdcer();
//
// Will emit a standard `godot` object every 15 seconds (default values)
//
producer.on('data', function (data) {
  console.dir(data);
});

```

[godot]: https://github.com/nodejitsu/godot

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