An open API service indexing awesome lists of open source software.

https://github.com/muhajirdev/convert-unit


https://github.com/muhajirdev/convert-unit

unit-conversion unit-converter utilities utility

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Convert Unit

Convert values to the closest unit

## Usage

```bash
npm install --save convert-unit
```

```javascript
const { toClosestUnit } = require("convert-unit");

console.log(toClosestUnit(10000000));
// { value: 10, size: 'MB' }
```

## Contributing

- [Submit an idea](https://github.com/muhajirframe/convert-unit/issues/new)
- Make a pull request

**Enjoy!**