Socket
Book a DemoInstallSign in
Socket

@loadsmart/utils-temperature

Package Overview
Dependencies
Maintainers
20
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loadsmart/utils-temperature

useful functions for manipulating temperatures

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
20
Created
Source

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>
)

Keywords

temperature

FAQs

Package last updated on 02 Sep 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts