0.0.2 • Published 8 years ago

redsee-client v0.0.2

Weekly downloads
4
License
ISC
Repository
github
Last release
8 years ago

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

}