@gerodrig/kg-lb_converter
v0.1.0
Published
module to convert kilograms to pounds
Downloads
19
Maintainers
Readme
Module to convert kilograms to pounds
This module was created to calculate the equivalence between kilograms and pounds. This practice was ,ade to follow up the course Fundamentos de Javascript in Platzi.
Module overview
just input the measure and kg and the module will calculate its equivalency in pounds
Installation
npm install kg-lb_converter
#Usage
import kg-lb from kg-lb_converter
kgConverter(1) // 2.20462
lbConverter(1) // 0.453592
#Credits
#License