Coinbase Crypto Monitor
This application is a rewrite of the same application made in Python. You can find the original app here
- Please consider that the app is only in Beta and you may encounter errors while using it feel fre to submit issues and enchantment requests.
Index
Release History
Installation
git clone https://github.com/Polliog/cryptocurrency-monitor.git && cd cryptocurrency-monitor
Deployment setup
First you need to install tview
go get github.com/rivo/tview
After you can proceed to run the app
go run main.go
Meta
Distributed under the MIT License license. See LICENSE
for more information.
https://github.com/Polliog/cryptocurrency-monitor
Contributing
- Fork the repo on GitHub (https://github.com/Polliog/cryptocurrency-monitor/fork)
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- Submit a Pull request so that we can review your changes