An open API service indexing awesome lists of open source software.

https://github.com/taym95/binary-data-decoder


https://github.com/taym95/binary-data-decoder

binary binary-data node-binary

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# binary-data-decoder

Nodejs program that reads binary data from its standard input stream and writes binary data to its standard output and standard error streams.

## Algorithm

![Screenshot 2019-11-05 at 09 38 41](https://user-images.githubusercontent.com/14943106/68191552-14cfcb00-ffb0-11e9-9891-22a4eccc72c8.png)

## Requirements
1. Nodejs >= `10.0.0`
2. npm or yarn

## Installation
```bash
cd binary-data-decoder && yarn
or
cd binary-data-decoder && npm install
```

## Usage
```bash
cd binary-data-decoder && yarn decode-binary
or
cd binary-data-decoder && npm run decode-binary
```

## Test
```bash
cd binary-data-decoder && yarn test
or
cd binary-data-decoder && npm run test
```

## License
[MIT](https://choosealicense.com/licenses/mit/)