JSPM

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

simple currency conversion cli using openexchangerates.org

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 Build Status

simple currency conversion cli using openexchangerates.org

Install

$ npm i currency -g

CLI

$ currency --help

  simple currency conversion in the terminal

  Example
    currency 10 usd dkk

    => 57.75516

openexchangerates.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 DKK

License

MIT © Søren Brokær