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
- Host: GitHub
- URL: https://github.com/root27/go-crypto
- Owner: root27
- License: mit
- Created: 2023-12-10T14:02:17.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T13:50:48.000Z (over 2 years ago)
- Last Synced: 2025-02-27T11:47:35.850Z (over 1 year ago)
- Language: Go
- Size: 7.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

---
## License
[MIT](./LICENSE)
---
## Author
Oguzhan Dogan