econv
v0.1.0
Published
Conversation of one currency to the other, econv as in Exchange Conversation
Downloads
4
Readme
Conv
Module for conversation of one currency to the other, exchangeratesapi.io
Usage
import currency from './currency-module';
currency(10.33, 'usd', 'rub').then(console.log); //582.85
Contribute
PRs accepted.
License
MIT © Dmitri Kunin