An open API service indexing awesome lists of open source software.

https://github.com/mrinjamul/hubot-calc

A hubot script to do simple maths
https://github.com/mrinjamul/hubot-calc

bot hubot hubot-scripts math

Last synced: about 1 year ago
JSON representation

A hubot script to do simple maths

Awesome Lists containing this project

README

          

# hubot-calc

A hubot script to do simple maths

See [`src/calc.coffee`](src/calc.coffee) for full documentation.

## Installation

In hubot project repo, run:

`npm install @mrinjamul/hubot-calc --save`

Then add **hubot-calc** to your `external-scripts.json`:

```json
["hubot-calc"]
```

## Sample Interaction

```
hubot calculate me - hubot calculate maths
```