https://github.com/chi-teck/ruble-exchange-rate
https://github.com/chi-teck/ruble-exchange-rate
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chi-teck/ruble-exchange-rate
- Owner: Chi-teck
- License: gpl-2.0
- Created: 2020-10-06T07:13:20.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-06T07:19:18.000Z (about 5 years ago)
- Last Synced: 2024-12-29T13:27:04.971Z (10 months ago)
- Language: C
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Ruble Exchange Rate
A simple command line tool to obtain ruble exchange rate from CBR (The Central Bank of the Russian Federation).
## Installation
```
git clone https://github.com/Chi-teck/rer.git
cd rer
make
make install
```## Usage
```
# Get rate against multipe currencies.
./rer# Get rate for a specific date.
./rer --date=30.04.2020# Get rate against a specific currency.
./rer -c usd# Convert 15000 rubbles into US dollars.
./rer -i -a 15000 -c usd
```## License
GNU General Public License, version 2 or later.