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

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

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