JSPM

hubot-currency

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q29998F
  • License MIT

Convert between currencies at daily exchange rates

Package Exports

  • hubot-currency

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (hubot-currency) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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.