0.3.0 • Published 6 years ago

@marcom16/weightconverter v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

Weight Converter

Description

Use this to convert a mesure

Instalation

npm install weightConverter

Use

import convertWeight from 'weightConverter'

convertWeight('from','to','weight')


convertWeight("oz", "oz", 1000)
convertWeight("oz", "lb", 1000)
convertWeight("oz", "g", 1000)
convertWeight("oz", "kg", 1000)

convertWeight("lb", "oz", 1000)
convertWeight("lb", "lb", 1000)
convertWeight("lb", "g", 1000)
convertWeight("lb", "kg", 1000)

convertWeight("g", "oz", 1000)
convertWeight("g", "lb", 1000)
convertWeight("g", "g", 1000)
convertWeight("g", "kg", 1000)

convertWeight("kg", "oz", 1000)
convertWeight("kg", "lb", 1000)
convertWeight("kg", "g", 1000)
convertWeight("kg", "kg", 1000)

Credits

Licence

MIT