aboutsummaryrefslogtreecommitdiff

Curr

Currency converting CLI written in Kotlin.

Installation

Install kscript and run this

# 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 and place your API KEY into the CURRENCY_API_KEY, for example in ~/.profile

export CURRENCY_API_KEY="xxxxxxxxxxxxxxxx"

Uninstall

sudo rm /usr/bin/curr