1.0.3 • Published 9 years ago

yard v1.0.3

Weekly downloads
51
License
MIT
Repository
github
Last release
9 years ago

yard Build Status

Convert yard to cm, in and ft.

Install

$ npm install --save yard

Usage

var yard = require('yard');

console.log(yard(5));
//=> {cm: 457.2, in: 180, ft: 15}

console.log(yard(5).cm);
//=> 457.2

Related

  • inch - Convert inch to cm, ft and yd.
  • centimeter - Convert centimeter to yd, in and ft.

License

MIT © Andreas Gillström

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.0.0

9 years ago