Taym95 / binary-data-decoder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Requirements

  1. Nodejs >= 10.0.0
  2. npm or yarn

Installation

cd binary-data-decoder && yarn
or
cd binary-data-decoder && npm install

Usage

cd binary-data-decoder && yarn decode-binary
or
cd binary-data-decoder && npm run decode-binary

Test

cd binary-data-decoder && yarn test
or
cd binary-data-decoder && npm run test

License

MIT

About


Languages

Language:JavaScript 100.0%