1.0.1 • Published 2 years ago

@nelson_echeverria/bini v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

bini

this is a simple package that converts a string to its binary equivalent

JavaScript Style Guide License NPM Version

motivation

i have been learning about buffers and streams in Nodejs, and part of what I saw was understanding how Nodejs handles binary data for transfer between computers, and it occurred to me to put into practice what I learned about binary data and I decided to create a silly package with it which one to play

installation

to start using bini, you can install it from npm:

npm i @nelson_echeverria/bini

usage

get started: create index.js and call bini, like here:

const bini = require('@nelson_echeverria/bini')

console.log(bini('nelson')) // output: '01101110 01100101 01101100 01110011 01101111 01101110'

license

bini is developed under the MIT license

1.0.1

2 years ago

1.0.0

2 years ago