redsee-client
v0.0.2
Published
RedSee file and memory client
Downloads
3
Maintainers
Readme
redsee-client
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)
})
}