A command line Crypto-currency ticker made using Golang and Wazirx Api. Cryptex allows you to easily check on the price of the top cryptocurrencies in the market. Supported cryptocurrencies are Bitcoin, Ethereum, Dogecoin and many more.
- go install
- cryptex [command]
- help Help about any command
- list lists all the supported coins by this CLI
- run runs the cli
- version Version Details
❯❯ ADITYA :: Cryptex :: 12:25 cryptex run btcinr
░█████╗░██████╗░██╗░░░██╗██████╗░████████╗███████╗██╗░░██╗
██╔══██╗██╔══██╗╚██╗░██╔╝██╔══██╗╚══██╔══╝██╔════╝╚██╗██╔╝
██║░░╚═╝██████╔╝░╚████╔╝░██████╔╝░░░██║░░░█████╗░░░╚███╔╝░
██║░░██╗██╔══██╗░░╚██╔╝░░██╔═══╝░░░░██║░░░██╔══╝░░░██╔██╗░
╚█████╔╝██║░░██║░░░██║░░░██║░░░░░░░░██║░░░███████╗██╔╝╚██╗
░╚════╝░╚═╝░░╚═╝░░░╚═╝░░░╚═╝░░░░░░░░╚═╝░░░╚══════╝╚═╝░░╚═╝v1.0.0
Copyright 2021, Aditya Das
[*] btcinr ( Current price: 4699399.0 )
+-----------+-----------+-----------+-----------+-----------+----------+
| BUY | SELL | LOW | HIGH | LAST | VOL |
+-----------+-----------+-----------+-----------+-----------+----------+
| 4699399.0 | 4712946.0 | 4665608.0 | 4988519.0 | 4712946.0 | 600.7997 |
+-----------+-----------+-----------+-----------+-----------+----------+
Fetched at : 04-18-2021 12:25:16
Copyright 2021 Aditya Das
Under Apache-2.0 license