0.0.3 • Published 10 years ago

humanb v0.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

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
0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago