1.0.1 • Published 9 years ago

hubot-currency v1.0.1

Weekly downloads
52
License
MIT
Repository
github
Last release
9 years ago

Hubot Currency npm version

Convert between currencies at daily exchange rates, using Google's currency converter: https://www.google.com/finance/converter.

Installation

Add hubot-currency to your package.json file:

"dependencies": {
  ...
  "hubot-currency": "latest"
}

Add hubot-currency to your external-scripts.json:

["hubot-currency"]

Run npm install hubot-currency

Commands

hubot (currency|currencies)                                                 # list the supported currency codes
hubot supported (currency|currencies)                                       # same as above
hubot currency rate <currency-code>                                         # list USD, GBP, and EUR exchange rates for <currency-code>
hubot exchange rate <currency-code>                                         # same as above
hubot currency <value> <currency-code> (in|to|into) <other-currency-code>   # convert <value> from <currency-code> to <other-currency-code>
hubot exchange <value> <currency-code> (in|to|into) <other-currency-code>   # same as above

Contributing

If you are interested to make hubot-currency better, fork this repository, check the list of open issues for some suggestions to get started, and submit a pull request.

Feel free to add yourself to the CONTRIBUTORS list while submitting a pull request.

License

© 2014 Mihai Cîrlănaru

See LICENSE for more details.