Skip to content

RomanMinkin/currency.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

currency.js Build Status Dependency Status

simple currency conversion in the terminal

Install

$ npm install currency --save

Usage

var currency = require('currency');

currency(10, 'USD', 'DKK', function(converted){
    console.log(converted);

    => 57.54916
});

CLI

$ npm install --global currency
$ currency --help

  simple currency conversion in the terminal

  Example
    currency 10 USD DKK

    => 57.75516

License

MIT © Søren Brokær

About

simple currency conversion in the terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published