Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 889 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 889 Bytes

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.