Skip to content
/ mmc Public

Simple command-line currency converter

License

Notifications You must be signed in to change notification settings

NARKOZ/mmc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mmc Build Status

mmc is a simple commandline currency converter.

Installation

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

License

Released under the BSD 2-clause license. See LICENSE.txt for details.