A hubot script that converts the following temperature to and from eachother:
- Celsius (C)
- Fahrenheit (F)
- Rankine (R)
- Delisle (D)
- Newton the temp version not the other one (N)
- Réaumur (Re)
- Rømer (Ro)
I got the temperature conversions from Wikipedia: https://en.wikipedia.org/wiki/Conversion_of_scales_of_temperature
In your hubot repo run the following script:
yarn add hubot-temp-converter --save
And add this script to your external-scripts.json
[
"hubot-temp-converter"
]
That's it! No additional setup required.