Skip to content

gillstrom/yard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yard Build Status

Convert yard to cm, in and ft.

Install

$ npm install --save yard

Usage

const 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

About

Convert yard to cm, in and ft.

Resources

License

Stars

Watchers

Forks

Packages

No packages published