https://github.com/dkunin/conv
https://github.com/dkunin/conv
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dkunin/conv
- Owner: DKunin
- Created: 2017-05-24T08:42:14.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-22T06:37:40.000Z (about 8 years ago)
- Last Synced: 2024-04-27T01:41:04.601Z (about 2 years ago)
- Language: JavaScript
- Size: 33.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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