Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thompsonemerson/moeda
:moneybag: :chart_with_upwards_trend: A foreign exchange rates and currency conversion using CLI
https://github.com/thompsonemerson/moeda
cli currency currency-conversion exchange foreign-exchange-rates moeda rate
Last synced: about 1 month ago
JSON representation
:moneybag: :chart_with_upwards_trend: A foreign exchange rates and currency conversion using CLI
- Host: GitHub
- URL: https://github.com/thompsonemerson/moeda
- Owner: thompsonemerson
- License: mit
- Created: 2016-10-27T16:04:00.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-06-25T15:30:33.000Z (over 1 year ago)
- Last Synced: 2024-10-29T02:31:20.600Z (about 2 months ago)
- Topics: cli, currency, currency-conversion, exchange, foreign-exchange-rates, moeda, rate
- Language: JavaScript
- Homepage:
- Size: 3.25 MB
- Stars: 141
- Watchers: 6
- Forks: 21
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-nodejs-projects - moeda - A foreign exchange rates and currency conversion using cli. (Lifestyle)
- -awesome-nodejs-projects - moeda - A foreign exchange rates and currency conversion using cli. (Lifestyle)
- awesome-nodejs-projects - moeda - A foreign exchange rates and currency conversion using cli. (Lifestyle)
- awesome-cli-apps - moeda - Foreign exchange rates and currency conversion. (Productivity / Finance)
- fucking-awesome-cli-apps - moeda - Foreign exchange rates and currency conversion. (Productivity / Finance)
- awesome-nodejs-projects - moeda - A foreign exchange rates and currency conversion using cli. (Lifestyle)
README
# moeda
[![Build Status](https://travis-ci.org/thompsonemerson/moeda.svg?branch=master)](https://travis-ci.org/thompsonemerson/moeda)
[![GitHub version](https://badge.fury.io/gh/thompsonemerson%2Fmoeda.svg)](https://badge.fury.io/gh/thompsonemerson%2Fmoeda)
[![npm version](https://badge.fury.io/js/moeda.svg)](http://badge.fury.io/js/moeda)
> A foreign exchange rates and currency conversion using cli
#### Info
The `moeda` use historical foreign exchange rates published by the European Central Bank.
The rates are updated daily around 4PM CET.#### Install
```
$ npm install -g moeda
```#### CLI
```
Usage
$ moeda [<...currencies>]Some currency
[ usd, eur, gbp, brl... ]Examples
$ moeda 1 usdor
$ moeda 1 usd eur rub aud
```### Contributing
Help improve these docs. Open an [issue](https://github.com/thompsonemerson/moeda/issues/new) or submit a pull request.1. Navigate to the main page of the repository
1. [Fork it!](https://github.com/thompsonemerson/moeda#fork-destination-box)
1. Create your feature branch: `git checkout -b my-new-feature`
1. Commit your changes: `git commit -m 'Add some feature'`
1. Push to the branch: `git push origin my-new-feature`
1. Submit a pull request =D[![Standard - JavaScript Style Guide](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)
### History
See [Releases](https://github.com/thompsonemerson/moeda/releases) for detailed changelog.### License
[MIT License](http://thompsonemerson.mit-license.org/) © Emerson Thompson