An open API service indexing awesome lists of open source software.

https://github.com/dkunin/conv


https://github.com/dkunin/conv

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

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