mikey247 / crypto-tool

Checks current rate of a cryptocurrency against a fiat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GO-CRYPTO_TOOL

A CLI tool that gives you the rate of a cryptocurrency against fiat.

Usage

1) Clone the repository

2) Run the main.go file with the flags (-fiat and -crypto)

  go run main.go -fiat=EUR -crypto=ETH // Checks Ethereum against Euro


  go run main.go -fiat=USD -crypto=BTC // Checks Bitcoin against US Dollars

About

Checks current rate of a cryptocurrency against a fiat


Languages

Language:Go 100.0%