inches-to-centimeters

1.1.2 • Public • Published

inchestocentimeters.js

JavaScript conversion of inches to centimeters.

Build Status Codacy npm npm MIT license

Install

$ npm install inches-to-centimeters

Usage

Node.js

var InchesToCentimeters = require("inches-to-centimeters");
var itc = new InchesToCentimeters();
itc.get(1);
// => 2.539999999997257

Browser

(Add necessary <script> tag reference to inchestocentimeters.js)

// InchesToCentimeters is autoloaded to window.InchesToCentimeters
var itc = new InchesToCentimeters();
itc.get(1);
// => 2.539999999997257

Tests

Jasmine

$ npm test

License

MIT. By Josh Ause.

Package Sidebar

Install

npm i inches-to-centimeters

Weekly Downloads

3

Version

1.1.2

License

MIT

Last publish

Collaborators

  • joshause