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
- Host: GitHub
- URL: https://github.com/mrinjamul/hubot-calc
- Owner: mrinjamul
- License: mit
- Created: 2021-06-30T16:18:40.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-30T16:27:14.000Z (almost 5 years ago)
- Last Synced: 2025-02-23T15:06:19.644Z (over 1 year ago)
- Topics: bot, hubot, hubot-scripts, math
- Language: CoffeeScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```