0.0.1 • Published 7 years ago

hubot-currency-rate-script v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

Build Status codecov Known Vulnerabilities

hubot-currency-rate-script

Currency exchange rate calculator. Powered by http://fixer.io/

See src/currency-rate-script.coffee for full documentation.

DISCLAIMER: this is just an example of hubot script. Please do not use on any real financial application.

Installation

In hubot project repo, run:

npm install hubot-currency-rate-script --save

Then add hubot-currency-rate-script to your external-scripts.json:

[
  "hubot-currency-rate-script"
]

Sample Interaction

user1>> hubot hello
hubot>> hello!

NPM Module

https://www.npmjs.com/package/hubot-currency-rate-script

0.0.1

7 years ago