VibeHunt
Back to browse

moeda

Foreign exchange rates and currency conversion.

Source

moeda is a command‑line tool that provides foreign‑exchange rates and currency conversion. It retrieves historical rates from the European Central Bank, which are refreshed daily around 4 PM CET. Users can request conversion of a numeric amount from one currency into one or more target currencies directly from the terminal.

The interface accepts a simple invocation: the amount, the source currency code, and optional destination currency codes. For example, running `moeda 1 usd` returns the value of one US dollar in the default output, and adding additional codes such as `eur`, `rub`, or `aud` yields conversions to those currencies in a single command. The tool supports a range of common currency abbreviations, including USD, EUR, GBP, and BRL.

Installation is performed via npm with a global flag, making the command available system‑wide. The project is maintained under an MIT license, has a stable maturity level, and includes continuous integration status badges and versioning information on its repository.

Reviews

Sign in to leave a review.

Loading reviews…

Similar apps