1.0.1 • Published 5 years ago

tecon v1.0.1

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

TeCon Build Status

A slim line temprature unit convertor library for nodejs

Requirement

  • Node
  • NPM

Install

npm i tecon

Import and Use

const conv = require("tecon");

// converting celcius to fahrenheit
console.log(conv.ctof(37)); // 98.6

Functions

FunctionNotation in Code
Celcius to Fahrenheitctof
Celcius to Kelvinctok
Fahrenheit to Celciusftoc
Fahrenheit to Kelvinftok
Kelvin to Celciusktoc
Kelvin to Fahrenheitktof

Contribution

Read the rules and guidlines written in CONTRIBUTING.md

License

Tecon is licensed under MIT License