convertweightsexercise

0.1.0 • Public • Published

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

Dependencies (3)

Dev Dependencies (4)

Package Sidebar

Install

npm i convertweightsexercise

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • stevenanaya