currency-cli
v1.2.1
Published
A command line tool for manipulating currency data.
Readme
Currency Command Line Interface
A command line tool for currency conversion. Receives currency data using Fixer API.
Installation
First, make sure you have npm installed. This comes packaged with Node.js which can be downloaded at https://nodejs.org/en/.
To install globally:
sudo npm install -g currency-cliUsage
All currencies must be input as their 3 letter code (e.g. USD, GBP).
currency seeall - see all available currencies and their 3 letter codes.
currency latest [currency] - get the latest value of [currency] (with respect to USD).
currency convert [amount] [currency1] [currency2] - convert [amount] of [currency1] to [currency2].
currency historical [date] [currency] get the value of [currency] (with respect to USD) at the given [date].
currency historicalconvert [date] [amount] [currency1] [currency2] - convert [amount] of [currency1] to [currency2], using currency values at the given [date].
