0.1.0 • Published 7 years ago

@gerodrig/kg-lb_converter v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

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

MIT