Skip to content

IvanGael/Go-Crypto-Price-Tracking-On-Terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Go - Crypto coin price tracking on terminal.

Install

Source

  1. Requirement
Go 1.16
  1. Build binary
go get;
go build;
  1. Run the build
main

Usage

Type from commandline

gohowmuch --symbol=doge

Support --symbol and --symbolbase.

--symbol default value is "btc".

--symbolbase default value is "usdt".

Example:

gohowmuch --symbol=btc --symbolbase=usdt
gohowmuch --symbol=doge --symbolbase=btc
gohowmuch --symbol=shib --symbolbase=doge

About

Crypto coin price tracking on terminal built in Go

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages