econv

Conversation of one currency to the other, econv as in Exchange Conversation

Usage no npm install needed!

<script type="module">
  import econv from 'https://cdn.skypack.dev/econv';
</script>

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