56 packages
abstract-log
An abstract interface to build data processing applications on a log-based architecture.
amqplib-rpc-client
Rpc client based on amqplib.
amqp-log-to-pg
Logs from an amqp queue to a db.
amqp-wrapper
A wrapper around https://github.com/squaremo/amqp.node to make consuming and publishing dead easy.
angularjs-unique-filter
unique filter for angular 1.x
array-rotator
Rotate between array elemnts based on time of day.
as-ms
Write readable code when you need ms values.
authlabs-api
Wrapper around node-al-papi to make it nicer to use.
canvas-image-cover
Cover a canvas with an image given a locked centre point and zoom factor.
empty-ndarray
``` var empty = require('empty-ndarray'); empty({height: 720, width: 1280}); // gives you an ndarray for rgba (32 bits per pixel) ```