JSPM

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

simple currency conversion cli

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 fixer.io, blockchain.info and etherchain.org

screenshot.gif

Install

$ npm i currency -g

Currencies

CLI

$ currency --help

  simple currency conversion in the terminal

  Example
    $ currency 10 usd dkk
    => 10 USD = 62.208 DKK

    $ currency 1 btc usd
    => 1 BTC = 3746.18 USD

    $ currency 500 usd btc
    => 500 USD = 0.13358982579886716 BTC

    $ currency 1 eth usd
    => 1 ETH = 282.81 USD

    $ currency 500 usd eth
    => 500 USD = 1.767971429581698 ETH

License

MIT © Søren Brokær