aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 86eb6ced8c3166b2ea1e170ac0311bc8f7b40f8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
## Curr

Currency converting CLI written in Kotlin.

### Installation

Install [kscript](https://github.com/holgerbrandl/kscript#installation) and run this

```bash
# Also run this again to update:
sudo curl -L https://raw.githubusercontent.com/romangraef/curr/master/curr --output /usr/bin/curr && sudo chmod +x /usr/bin/curr
```

Get an account at [Currency API](https://currencyapi.net/) and place your API KEY into the `CURRENCY_API_KEY`, for example in `~/.profile`

```bash
export CURRENCY_API_KEY="xxxxxxxxxxxxxxxx"
```

#### Uninstall

```bash
sudo rm /usr/bin/curr
```