https://github.com/dkunin/econv
Analog to econv-cli only in go
https://github.com/dkunin/econv
Last synced: over 1 year ago
JSON representation
Analog to econv-cli only in go
- Host: GitHub
- URL: https://github.com/dkunin/econv
- Owner: DKunin
- Created: 2018-11-28T19:48:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-22T21:20:02.000Z (over 7 years ago)
- Last Synced: 2025-01-21T12:27:42.987Z (over 1 year ago)
- Language: Go
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Econv Cli
## Install
```
```
## Dependencies
You must have FORGE_ONE_API variable in env, which has the API key, which you can get here: https://forex.1forge.com
## Usage
```
Usage of ./econv:
-a float
amount of currency to convert (default 10)
-f string
which currency to convert from (default "usd")
-t string
which currency to convert to (default "rub")
```
```
econv -a 20 -f usd -t rub // 1345
```
## Contribute
PRs accepted.
## License
MIT © Dmitri Kunin