Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Replacement for hubot's math.coffee script that uses mathjs instead of decommissioned Google calculator

License

Notifications You must be signed in to change notification settings

canadianveggie/hubot-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Now hosted at https://github.com/hubot-scripts/hubot-calculator

hubot-calculator

Replacement for hubot's math.coffee script that uses http://mathjs.org/ instead of decommissioned Google calculator

Installation

Update the files to include the hubot-calculator module:

package.json

...
"dependencies": {
  ...
  "hubot-calculator": ">= 0.3.0"
  ...
},
...

external-scripts.json

[...,"hubot-calculator"]

Run npm install to install hubot-calculator and dependencies.

Commands

hubot calculate <expression> - Calculate the given math expression.
hubot convert <expression> in <units> - Convert expression to given units.

Examples

hubot calculate sin(45 deg) ^ 2
@hubot: 0.5
hubot convert 34 L in gal
@hubot: 8.9818492676623 gal

About

Replacement for hubot's math.coffee script that uses mathjs instead of decommissioned Google calculator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors