# humanb

> Converts Bytes to Human Bytes

Latest version **0.0.3** (published 2014-06-11) · MIT license · 0 weekly downloads

## Install

```sh
npm install humanb
pnpm add humanb
yarn add humanb
bun add humanb
```

Provides the command `humanb`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.3 |
| Published | 2014-06-11 |
| First published | 2014-06-08 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | Ciro S. Costa |
| Maintainers | cirocosta |

## Links

- npm: https://www.npmjs.com/package/humanb
- Repository: https://github.com/cirocosta/humanb
- Issues: https://github.com/cirocosta/humanb/issues
- npm.io page: https://npm.io/package/humanb

## Recent versions

- 0.0.3 (latest) — 2014-06-11
- 0.0.2 — 2014-06-08
- 0.0.1 — 2014-06-08

## README

# humanb [![Build Status](https://travis-ci.org/cirocosta/humanb.svg?branch=master)](https://travis-ci.org/cirocosta/humanb)

> Transforms a given filesize into a more readable form

## Usage

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

### Nodejs

```javascript
var humanb = require('humanb');

var filesizes = 1024;

humanb(filesize);

// 1kb

```

### Browser

Just reference the library and use it :)


### Shell

```sh
humanb 1024

# 1kb
```

---
_Source: https://npm.io/package/humanb · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
