thompsonemerson / moeda

:moneybag: :chart_with_upwards_trend: A foreign exchange rates and currency conversion using CLI
MIT License
140 stars 21 forks source link

Ability to specify your own currencies to convert #1

Closed alcovegan closed 7 years ago

alcovegan commented 7 years ago

Added abilty to specify currencies for convert. For use this:

$ moeda <amount> <currency> [<...currencies>]

Example:

$ moeda 1 usd eur rub aud

Result

             Euro: 0.91
   Russian Rouble: 62.92
Australian Dollar: 1.30

  Conversion of USD 1

Now we can use for conversions all currencies from fixer.io with their names.

All changes also in updated README.

thompsonemerson commented 7 years ago

Thanks @alcovegan, let's check your PR 🚀

alcovegan commented 7 years ago

Thank you! My first pull request ever! :smile: :tada: