A foreign exchange rates and currency conversion using cli
The moeda
use historical foreign exchange rates published by the European Central Bank.
The rates are updated daily around 4PM CET.
$ npm install -g moeda
Usage
$ moeda <amount> <currency> [<...currencies>]
Some currency
[ usd, eur, gbp, brl... ]
Examples
$ moeda 1 usd
or
$ moeda 1 usd eur rub aud
Help improve these docs. Open an issue or submit a pull request.
- Navigate to the main page of the repository
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request =D
See Releases for detailed changelog.
MIT License © Emerson Thompson