Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/luisangel2895/measures-converter

NPN Package to convert pounds to kg
https://github.com/luisangel2895/measures-converter

Last synced: 28 days ago
JSON representation

NPN Package to convert pounds to kg

Awesome Lists containing this project

README

        

# measures-converter

npm package for convert pounds to kg [mi pagina](https://angelorellana.com).

## Instalacion

```js
npm install measures-converter
```

## Uso

```js
import measures_converter from 'measures-converter'

measures_converter(quantity, type)

measures_converter(10, "lb") // "10 lb is equivalence to 4.53592 kg"
measures_converter(10, "kg") // "10 kg is equivalence to 22.0462 lb"

```

## creditos

- [Angel Orellana](https://angelorellana.com)

## Licencia

[MIT](https://opensource.org/licenses/MIT)