0.1.0 • Published 7 years ago

convertweightsexercise v0.1.0

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

#Units of weights converter

Is a npm exercise module that convert units of weights. github repository

##Description

-Convert pounds to kilograms

-Convert kilograms to pounds

##Install

npm install conversor

##Use

import {poundsToKG, kiloToPd} from 'conversor.js'

poundsToKG(1) //0.4536
kiloToPd(10)  //22.0460

##Credits

-Steven Anaya