humanb

0.0.3 • Public • Published

humanb Build Status

Transforms a given filesize into a more readable form

Usage

This module is meant to be used in, at least, three different scenarios

Nodejs

var humanb = require('humanb');
 
var filesizes = 1024;
 
humanb(filesize);
 
// 1kb
 

Browser

Just reference the library and use it :)

Shell

humanb 1024
 
# 1kb 

/humanb/

    Package Sidebar

    Install

    npm i humanb

    Weekly Downloads

    1

    Version

    0.0.3

    License

    MIT

    Last publish

    Collaborators

    • cirocosta