MONEY - CONVERSION
Convert money, rates directly from your Terminal!
You can use money-conversion in English, French and Portuguese
Motivation
Corvert money may be a easy task, but it can be better. We are used to access our favorite exchange website or google, fill fields, click on buttons, etc... But wait! Look below how easy it can be:
Installation
- First of all, you must install this package globally:
npm i money-conversion -g
Provider
Actually we used currencylayer API provider and consequently we can converting money. currencylayer is stable, secure, and advanced currency & exchange rate conversion API platform. All users require to sign up for a free API access key. If you plan on using less than 1000 requests per month, your account will be completely free.
- After install this package, sign up in currencylayer
- Get your API access key, exemple: 1d36e5db73566dda4cf57
- Set Access key in your environment file .bashrc or .zshrc, like this:
export CURRENCYLAYER_ACESS_KEY="1d36e5db73566dda4cf57"
Thanks:
- currencylayer for providing awesome currency conversion API.