Skip to content

Temperature scale converter for Kelvin, Celsius, and Fahrenheit that you can bundle and import into your projects.

License

Notifications You must be signed in to change notification settings

Redwars22/fahrkelvin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FAHRKELVIN

Temperature scale converter for Kelvin, Celsius, and Fahrenheit that you can bundle and import into your projects.

It currently supports: Celsius, Kelvin, and Fahrenheit

npm i fahrkelvin

How to use:

  • Import the convert() function from this module.
  • Pass an object as its argument with the scale from which you want to convert, to which, and the value in a numeric format:
interface ITemperature {
    value: TTemperature;
    from: TScales;
    to: TScales;
}

If you have any doubts or bug reports to do, contact me at: andrewnationdev@gmail.com Or visit its official repository at: https://github.com/Redwars22/fahrkelvin.

About

Temperature scale converter for Kelvin, Celsius, and Fahrenheit that you can bundle and import into your projects.

Topics

Resources

License

Stars

Watchers

Forks