0.0.51 • Published 4 years ago

global-unit-converter v0.0.51

Weekly downloads
1
License
MIT
Repository
github
Last release
4 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

4 years ago

0.0.50

4 years ago

0.0.45

4 years ago

0.0.46

4 years ago

0.0.47

4 years ago

0.0.40

4 years ago

0.0.44

4 years ago

0.0.35

4 years ago

0.0.32

4 years ago

0.0.33

4 years ago

0.0.34

4 years ago

0.0.31

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago