mph-to-kmh

1.0.0 • Public • Published

mph-to-kmh Build Status

Convert mph to km/h.

Install

$ npm install --save mph-to-kmh

Usage

var mphToKmh = require('mph-to-kmh');
 
mphToKmh(50);
//=> 80.4672

License

MIT © Andreas Gillström

Package Sidebar

Install

npm i mph-to-kmh

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • gillstrom