1.0.8 • Published 3 years ago

fex.js v1.0.8

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

Menu

About

Fex.js is lightweight but comfortable Node.js module which has unique features!

  • Fahrenheit to Celsius
  • Celsius to Fahrenheit
  • Air humidity

Installation

npm install fex.js

Requirements

Node.js > 10.0.0 is required.

Example Usage

const fex = require('fex.js')
fex.CtoF(100) // 100 Celsius = 212 Fahrenheit
fex.FtoC(50) // 50 Fahrenheit = 10 Celsius
fex.Ah(10, 20) // 10 gr/m³ (absolute) and 20 g/m³ (maximum) = 50%

Developers

Nazuna.#2021 - Code, design.

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago