https://github.com/confuser/node-redsee-client
Memory backed by file client for RedSee
https://github.com/confuser/node-redsee-client
Last synced: 9 months ago
JSON representation
Memory backed by file client for RedSee
- Host: GitHub
- URL: https://github.com/confuser/node-redsee-client
- Owner: confuser
- License: isc
- Created: 2015-12-15T16:22:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-15T16:58:48.000Z (over 10 years ago)
- Last Synced: 2025-09-17T12:57:13.197Z (9 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# redsee-client
[](https://travis-ci.org/confuser/node-redsee-client)
[](https://coveralls.io/r/confuser/node-redsee-client?branch=master)
Client storage/helper functions for implementing a RedSee filter server via [redsee-server](https://github.com/confuser/node-redsee-server)
See [RedSee](https://github.com/Frostcast/RedSee) for an example implementation along with a demo
## Installation
```
npm install redsee-client --save
```
## Usage
```js
var createClient = require('redsee-client')
createClient(opts, function (error, client) {
console.log(error, client)
})
}
```