kripto
Simple cryptocurrency tracker written in Go.
Uses the CoinGecko api to fetch real time prices and persistently stores the portfolio in json format.

installation
Unix
git clone https://github.com/skovati/kripto
cd kripto
sudo make install
Gophers can build from source with
make && sudo make install
usage
kripto
Ctrl-n and Ctrl-p for movement, Ctrl-c to escape
uninstall
sudo make uninstall