producer

0.1.1 • Public • Published

producer

build status Readable stream that emits godot object events at a particular TTL.

Example

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);
});
 

/producer/

    Package Sidebar

    Install

    npm i producer

    Weekly Downloads

    5

    Version

    0.1.1

    License

    MIT

    Last publish

    Collaborators

    • jcrugzz