0.1.0 • Published 7 years ago
econv v0.1.0
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