lazycrypto-cli
v0.2.14
Published
A simple CLI app to view cryptocurrency indicators
Maintainers
Readme
Crypto Dashboard
A CLI cryptocurrency tracking dashboard with real-time data and technical indicators.
Quick Start
1. Installation
npx lazycrypto-cli@latest2. Launch and Setup
You will be prompted to add your free LiveCoinWatch api key
It will be saved in .config/lazycrypto/config.json
You can use the "mini" arg if you are using tmux or zellij to make the terminal split automatically and see a minified version of the price and indicators on top and continue working on the bottom section.
npx lazycrypto-cli@latest mini3. Indicators
/ / / = going up
\ \ \ = going down
Experimental candle visualization
c=lowest close C=highest close h=highest high B=highest close & high l=lowest low T=lowest low & close
3. Buy/Sell
Lazucrypto has an integration with KuCoin API, you can set up your kucoin api key, api passphrase and api secret (stored locally in .config/lazycrypto). Press 'o' to open the order form.
WARNING !!!
WARNING !!!
WARNING !!!
Always use a sub account credentials, not your main one just to be safe If you are going to put your keys in some OSS take some time to investigate and/or review the code!
Supported Cryptocurrencies
Currently configured cryptocurrencies:
- Bitcoin (BTC)
- Monero (XMR)
- Ethereum (ETH)
- Cardano (ADA)
- Solana (SOL)
- Polygon (MATIC)
- Chainlink (LINK)
Contributing
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
License
This project is licensed under the MIT License - see the LICENSE file for details.
⚠️ Disclaimer: This application is for informational purposes only. Cryptocurrency investments carry risk. Always do your own research before making investment decisions.
