0.1.1 • Published 4 years ago

@loadsmart/utils-temperature v0.1.1

Weekly downloads
20
License
MIT
Repository
github
Last release
4 years ago

BundlePhobia BundlePhobia

temperature

useful functions for manipulating temperatures

Install via NPM

$ npm i @loadsmart/utils-temperature --save

Install via yarn

$ yarn add @loadsmart/utils-temperature

Usage

import React from 'react'
import {
  celsiusToFahrenheit,
  fahrenheitToCelsius,
} from '@loadsmart/utils-temperature'

export default () => (
  <div>
    temperature in Fahrenheit: {celsiusToFahrenheit('100')}
    temperature in Celsius: {fahrenheitToCelsius('100')}
  </div>
)
0.1.0

4 years ago

0.1.1

4 years ago

0.0.2

4 years ago

0.0.2-alpha.8

4 years ago

0.0.2-alpha.7

4 years ago

0.0.2-alpha.9

4 years ago

0.0.2-alpha.2

4 years ago

0.0.2-alpha.1

4 years ago

0.0.2-alpha.0

4 years ago