1.0.0 • Published 9 years ago
mph-to-kmh v1.0.0
mph-to-kmh
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
1.0.0
9 years ago
Convert mph to km/h.
$ npm install --save mph-to-kmh
var mphToKmh = require('mph-to-kmh');
mphToKmh(50);
//=> 80.4672
MIT © Andreas Gillström
9 years ago