0.0.51 • Published 5 years ago

global-unit-converter v0.0.51

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Codacy Badge Build Status GitHub license

Convert Everything!

Feel free to contribute.

Install

yarn add global-unit-converter

or

npm install global-unit-converter

Usage

import { LengthConverter, TemperatureConverter } from 'global-unit-converter';

const milesToKilometers = LengthConverter.convert({
  from: 'mi',
  value: 220,
  to: 'km',
});

const celsiusToFahrenheit = TemperatureConverter.convert({
  from: 'celsius',
  value: 100,
  to: 'fahrenheit',
});

Supported unit systems

Currently, only Length and Temperature systems are supported. There will be more in the future.

0.0.51

5 years ago

0.0.50

5 years ago

0.0.45

5 years ago

0.0.46

5 years ago

0.0.47

5 years ago

0.0.40

5 years ago

0.0.44

5 years ago

0.0.35

5 years ago

0.0.32

5 years ago

0.0.33

5 years ago

0.0.34

5 years ago

0.0.31

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago