byteman
🤖 Display bytes in a human readable format: KB, MB, GB, TB, PB, EB, ZB, YB
Last updated 9 years ago by davidgatti .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install byteman 
SYNC missed versions from official npm registry.

downloads


???? Byteman

Display bytes in a human readable format: KB, MB, GB, TB, PB, EB, ZB, YB

Byteman is short for "bytes to human" which is a tool to convert a number, normally the amount of bytes of something in to a human readable format. For example 1000 bytes will become 1KB. Helping you work with big number more easily, and also helping you user understand better what is going on.

Example

let byteman = require('byteman');

let human_form = byteman(10000);
let human_form_decima = byteman(10000, 2);

console.log(human_form)
console.log(human_form_decima)

Installation

$ npm install byteman -S

The End

If you've enjoyed this article/project, please consider giving it a ???? or donate.

  • Donate
  • Star on GitHub
  • Watch on GitHub

Also check out my GitHub account, where I have other articles and apps that you might find interesting.

Where to follow

You can follow me on social media ????????, at the following locations:

More about me

I don’t only live on GitHub, I try to do many things not to get bored ????. To learn more about me, you can visit the following links:

Current Tags

  • 1.3.5                                ...           latest (9 years ago)

9 Versions

  • 1.3.5                                ...           9 years ago
  • 1.3.4                                ...           9 years ago
  • 1.3.3                                ...           9 years ago
  • 1.3.2                                ...           9 years ago
  • 1.3.1                                ...           9 years ago
  • 1.3.0                                ...           9 years ago
  • 1.2.0                                ...           9 years ago
  • 1.1.0                                ...           9 years ago
  • 1.0.0                                ...           9 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (0)
None
Dependents (2)

Copyright 2013 - present © cnpmjs.org | Home |