A CLI to get recommended crypto currency investments (legally not financial advice 😁).
To install and use this CLI:
- Ensure that Go is installed.
- Check that the GOPATH is added to a shell's PATH.
- Run
go install github.com/theknickerbocker/crypto-coach@latest
.
After these steps the CLI should be installed. Run the following to verify:
❯ crypto-coach
Get the recommended BTC and ETH investment (70/30 split) for given USD amount.
Example:
❯ crypto-coach invest 100
{"BTC":"0.001853856027156","ETH":"0.014665874709432"}