Skip to content

Eldrick19/hubot-temp-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.