Package Exports
- 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 (currency) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
currency 
simple currency conversion cli using openexchangerates.org
Install
$ npm i currency -gCLI
$ currency --help
simple currency conversion in the terminal
Example
currency 10 usd dkk
=> 57.75516openexchangerates.org
If the provided OPENEXCHANGERATES_APP_ID is for whatever reason not valid anymore just set OPENEXCHANGERATES_APP_ID as the env var:
$ OPENEXCHANGERATES_APP_ID=a1337 currency 10 USD DKKLicense
MIT © Søren Brokær