Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/luisangel2895/measures-converter
- Owner: luisangel2895
- License: mit
- Created: 2021-05-07T06:30:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-07T07:15:37.000Z (over 3 years ago)
- Last Synced: 2024-11-15T22:48:30.853Z (about 1 month ago)
- Language: JavaScript
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)