redsee-client

0.0.2 • Public • Published

redsee-client

Build Status Coverage Status

Client storage/helper functions for implementing a RedSee filter server via redsee-server

See RedSee for an example implementation along with a demo

Installation

npm install redsee-client --save

Usage

var createClient = require('redsee-client')
 
createClient(opts, function (error, client) {
  console.log(error, client)
})
 
}
 

Package Sidebar

Install

npm i redsee-client

Weekly Downloads

0

Version

0.0.2

License

ISC

Last publish

Collaborators

  • confuser