@nelson_echeverria/bini

1.0.1 • Public • Published

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

Dependencies (0)

    Dev Dependencies (2)

    Package Sidebar

    Install

    npm i @nelson_echeverria/bini

    Weekly Downloads

    0

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    3.92 kB

    Total Files

    5

    Last publish

    Collaborators

    • nelson_echeverria