1.0.1 • Published 7 years ago
tecon v1.0.1
TeCon 
A slim line temprature unit convertor library for nodejs
Requirement
- Node
- NPM
Install
npm i teconImport and Use
const conv = require("tecon");
// converting celcius to fahrenheit
console.log(conv.ctof(37)); // 98.6Functions
| Function | Notation in Code |
|---|---|
| Celcius to Fahrenheit | ctof |
| Celcius to Kelvin | ctok |
| Fahrenheit to Celcius | ftoc |
| Fahrenheit to Kelvin | ftok |
| Kelvin to Celcius | ktoc |
| Kelvin to Fahrenheit | ktof |
Contribution
Read the rules and guidlines written in CONTRIBUTING.md
License
Tecon is licensed under MIT License