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
- Host: GitHub
- URL: https://github.com/taym95/binary-data-decoder
- Owner: Taym95
- Created: 2019-11-01T15:17:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T23:55:23.000Z (almost 3 years ago)
- Last Synced: 2025-01-24T04:54:13.862Z (11 months ago)
- Topics: binary, binary-data, node-binary
- Language: JavaScript
- Size: 254 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
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

## 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/)