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

https://github.com/root27/go-crypto

Go Crypto Tracker with Terminal
https://github.com/root27/go-crypto

Last synced: about 1 month ago
JSON representation

Go Crypto Tracker with Terminal

Awesome Lists containing this project

README

          

### GoCrypto with Terminal

Simple Terminal UI for GoCrypto. This project uses [CoinMarketCap](https://coinmarketcap.com/) API.

---

## Installation

Install go-crypto with the command below;

```bash

go install github.com/root27/go-crypto@latest

```

Go will automatically install it in your $GOPATH/bin directory which should be in your $PATH.

---

## Homebrew

If you are using macOS, you can install go-crypto with Homebrew.

```bash

brew install root27/tools/go-crypto

```

or

```bash

brew tap root27/tools

brew install go-crypto

```

---

## Troubleshooting

If you have an issue with PATH variable or you don't set GOPATH or GOBIN variable. You can use these steps shown below;

Step 1:

- Edit ~/.zshrc or ~/.bashrc

Step 2:

- Paste these lines;
export GOPATH=$HOME/go
export GOBIN=$GOPATH/bin
export PATH=${PATH}:$GOBIN

Step 3:

- source ~/.zshrc or ~/.bashrc

---

## Screenshot of the project

![Screenshot](./assets/getAll.png)

---

## License

[MIT](./LICENSE)

---

## Author

Oguzhan Dogan