# flumecodec

> exports encoding/decoding functions for flumedb.

Latest version **0.0.1** (published 2017-09-15) · MIT license · 0 weekly downloads

## Install

```sh
npm install flumecodec
pnpm add flumecodec
yarn add flumecodec
bun add flumecodec
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2017-09-15 |
| First published | 2016-11-23 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | 'Dominic Tarr' |
| Maintainers | regular, dominictarr |

## Links

- npm: https://www.npmjs.com/package/flumecodec
- Repository: https://github.com/flumedb/flumecodec
- Issues: https://github.com/flumedb/flumecodec/issues
- npm.io page: https://npm.io/package/flumecodec

## Dependencies (1)

- [level-codec](https://npm.io/package/level-codec.md) ^6.2.0

## Recent versions

- 0.0.1 (latest) — 2017-09-15
- 0.0.0 — 2016-11-23

## README

# flumecodec

exports encoding/decoding functions for flumedb.

currently, this just reexports level-codec's codecs, but more convienently.

``` js

var OffsetLog = require('flumelog-offset')

var json_log = OffsetLog(file, 1024, require('flumecodec/json'))


```


## License

MIT

---
_Source: https://npm.io/package/flumecodec · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
