Command line tool to view Btc and Eth price simply and quickly, This application uses the coingecko API .
- Node js
- npm or other package manager
You can create an alias to call this cli
- Create a shell script file like runCli.sh
node /path/to/your/script/main.js
chmod +x /path/to/your/script/run-myscript.sh
Open your shell's configuration file:
- For bash, edite ~/.bashrc.
- For zsh, edite ~/.zshrc.
alias runmycmd='/path/to/your/script/run-myscript.sh'
source ~/.bashrc
source ~/.zshrc
runmycmd
by: Ianmello10
Contributions are welcome !