https://github.com/narkoz/mmc
Simple command-line currency converter
https://github.com/narkoz/mmc
command-line currency-converter go golang money
Last synced: about 2 months ago
JSON representation
Simple command-line currency converter
- Host: GitHub
- URL: https://github.com/narkoz/mmc
- Owner: NARKOZ
- License: bsd-2-clause
- Created: 2017-07-24T10:27:39.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-30T07:38:51.000Z (about 6 years ago)
- Last Synced: 2025-03-24T05:04:44.180Z (2 months ago)
- Topics: command-line, currency-converter, go, golang, money
- Language: Go
- Homepage:
- Size: 14.6 KB
- Stars: 10
- Watchers: 2
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# mmc [](https://travis-ci.org/NARKOZ/mmc)
mmc is a simple commandline currency converter.
# Installation
```sh
go get -u github.com/NARKOZ/mmc
```# Usage
The usage is similar to Google's Currency converter.
Run from your terminal (case insensitive):
```
mmc 100 USD to AUD
```or:
```
mmc 12.5 btc in usd
```The first argument is an amount for conversion, the second and last arguments
are currency codes.For a list of supported 150+ currencies and their respective codes see
[`data/currencies.json`](https://github.com/NARKOZ/mmc/blob/master/data/currencies.json)# License
Released under the BSD 2-clause license. See LICENSE.txt for details.