hubot-temp-converter
v1.0.1
Published
A hubot plugin to convert temperatures
Downloads
3
Maintainers
Readme
hubot-temp-converter - +
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
Installation
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.